Annotation Interface Todo
@Documented
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PACKAGE,PARAMETER,TYPE,TYPE_PARAMETER,TYPE_USE})
public @interface Todo
Indicates that the annotated element has some work associated with
it.
- Author:
- Laird Nelson
-
Optional Element Summary
-
Element Details
-
value
A description of the work.- Returns:
- a description of the work
- Default:
- ""
-
uri
Where more information about the work may be found.- Returns:
- a
String
representation of an absolute URI where more information about the work may be found
- Default:
- ""
-