|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=SOURCE) public @interface Fix
Leave annotations about bug fixes or fixes of other natures.
| Required Element Summary | |
|---|---|
java.lang.String |
author
The author of the annotation. |
int |
day
Day of month. |
int |
month
Month starting with 1 (January) and ending with 12 (December). |
java.lang.String |
problem
Brief description of the problem. |
java.lang.String |
solution
Brief description of the solution or fix. |
int |
year
E.g., 2002 for 2002 AD. |
| Element Detail |
|---|
public abstract java.lang.String problem
Brief description of the problem.
public abstract java.lang.String solution
Brief description of the solution or fix.
public abstract int day
Day of month. Start with 1 for the first (i.e., not zero-indexed). If unknown, use 0.
public abstract int month
Month starting with 1 (January) and ending with 12 (December). If unknown, use 0.
public abstract int year
E.g., 2002 for 2002 AD. If unknown, use 0.
public abstract java.lang.String author
The author of the annotation. If unknown, use "unknown".
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||