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