java中的field 和 variable的理解,java注解中的ElementType.FIELD和ElementType.LOCAL_VARIABLE

先说一下 field 和 variable 之间的区别:html class variables and instance variables are fields while local variables and parameter variables are not. All fields are variables.java 成员变量(field)是指类的数据成员,而方法内部的局部变量(l
相关文章
相关标签/搜索