-
@Documented @Retention(RUNTIME) @Repeatable(TestIssues.class) @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE,MODULE}) public @interface TestIssue
Description of one test issue. This annotation can be repeated to describe multiple issues. It is used in combination withNoTests
,StubTests
,DraftTests
, orCompleteTests
, 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
-
-