@Target(value={TYPE,METHOD})
@Retention(value=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.