@Documented
@Target(value={TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,PACKAGE,ANNOTATION_TYPE})
@Retention(value=CLASS)
public @interface ImplementationNote
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Text description of the warning.
|