Annotation Type StaticConstant
-
@Documented @Retention(RUNTIME) public @interface StaticConstant
Denotes a static field that is initialized to a constant value and then never changes. OK to share between analysis runs.
@Documented
@Retention(RUNTIME)
public @interface StaticConstant