内部接口类?

aho*_*der 3 java interface class

是否在内部声明的类和接口自动声明为static?我知道变量会自动声明为static final.我只是不确定接口.

Jef*_*rey 6

如果在接口内声明了一个Class,那么它是静态的.