Package com.ibm.wala.qual
Annotation Type Initializer
-
@Retention(CLASS) @Target({TYPE,FIELD,CONSTRUCTOR,METHOD}) public @interface Initializer
A method annotated with @Initializer is expected to always be invoked before the object is used.
@Retention(CLASS) @Target({TYPE,FIELD,CONSTRUCTOR,METHOD}) public @interface Initializer