Package com.igormaznitsa.meta.annotation
Annotation Type ImplementationNote
@Documented
@Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,PACKAGE,ANNOTATION_TYPE})
@Retention(CLASS)
public @interface ImplementationNote
Allows to define some implementation note about marked entity. Like how to use that or sequence of calls.
- Since:
- 1.0.2
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueText description of the warning.- Returns:
- text description
- Since:
- 1.0.2
-