Annotation Type Disabled


@Target({TYPE,METHOD})
@Retention(CLASS)
@Documented
public @interface Disabled
Used in conjunction with generation annotations to allow the developer to conditionally enable/disable processing of the annotation in context.
Author:
V12 Technology Ltd.