为什么我们不能在静态块

时间:2016-02-24 16:26:35

标签: java spring static

我引用了很多链接和博客,但无法得到这个问题的完美答案。 我可以用

static {
    Test test = new Test();
}

但不是

static {
@Inject 
Test test; 
}

为什么会这样?

0 个答案:

没有答案