Annotation Type TestForIssue
-
@Retention(SOURCE) @Target({METHOD,TYPE}) public @interface TestForIssue
A documentation annotation for notating what JIRA issue is being tested.Copied from Hibernate ORM project.
- Author:
- Steve Ebersole
-
-
Element Detail
-
jiraKey
String[] jiraKey
The keys of the JIRA issues tested.- Returns:
- The JIRA issue keys
-
-