|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={ANNOTATION_TYPE,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PACKAGE,PARAMETER,TYPE})
@Documented
public @interface ToDoAnnotation indicating the code needs attention for some reasson
| Optional Element Summary | |
|---|---|
String |
contact
Optional info to locate responsible party, could be email, name, team, etc Could an IDE insert ${user} when editing? |
String |
details
concise summary of what's required |
ToDo.Kind |
kind
What kind of activity is required |
ToDo.Priority |
priority
How important |
public abstract ToDo.Priority priority
public abstract ToDo.Kind kind
public abstract String details
public abstract String contact
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||