-
@Documented @Retention(RUNTIME) @Repeatable(CodeIssues.class) @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE,MODULE}) public @interface CodeIssue
Description of one code issue. This annotation can be repeated to describe multiple issues. It is used in combination withStubCode
,DraftCode
, orCompleteCode
, especially when there are too many issues to list on one line.
-
-
Element Detail
-
value
String value
Description of the issue.- Returns:
- free-form issue description in Markdown syntax
-
-