|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=CLASS) @Documented public @interface KnownAndAcceptedDefect
Annotation to be used when a KnownDefect will not be fixed, but should still be documented.
Required Element Summary | |
---|---|
String |
author
Initials or name of the person that marked this defect as accepted. |
String |
date
The date this defect was accepted. |
String |
reason
The reason this defect was accepted. |
Element Detail |
---|
public abstract String author
public abstract String date
public abstract String reason
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |