@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Repeatable(value=Issue.Container.class) public @interface Issue
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
The IDs of the issues that the annotated element relates to.
|