Annotation Interface Hack
@Documented
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,FIELD,LOCAL_VARIABLE,METHOD,TYPE,TYPE_PARAMETER,TYPE_USE})
public @interface Hack
Indicates that the annotated element is a hack or relates to a hack
of some kind.
- Author:
- Laird Nelson
-
Optional Element Summary
-
Element Details
-
value
A description of the hack.- Returns:
- a description of the hack
- Default:
- ""
-