@Retention(SOURCE)
@Target({TYPE,METHOD})
public @interface Issue
Modifier and Type | Required Element | Description |
---|---|---|
java.lang.String[] |
value |
The IDs of the issues that the annotated element relates to.
|
Copyright © 2018. All rights reserved