Package com.igormaznitsa.meta.annotation
Annotation Type Warning
@Documented
@Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,PACKAGE,ANNOTATION_TYPE})
@Retention(CLASS)
public @interface Warning
Allows to mark entities by some warning messages.
- Since:
- 1.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueText description of the warning.- Returns:
- text description
- Since:
- 1.0
-