|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=SOURCE)
@Target(value={TYPE,METHOD})
public @interface IssueIndicates that a feature method or specification relates to one or more issues in an external issue tracking system.
| Required Element Summary | |
|---|---|
String[] |
value
The IDs of the issues that the annotated element relates to. |
| Element Detail |
|---|
public abstract String[] value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||