@Retention(value=SOURCE)
@Target(value={TYPE,METHOD})
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.
|
Copyright © 2015. All rights reserved