Annotation Interface 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.