标签: java spring static
我引用了很多链接和博客,但无法得到这个问题的完美答案。 我可以用
static { Test test = new Test(); }
但不是
static { @Inject Test test; }
为什么会这样?