Package org.hibernate.testing
Annotation Type TestForIssue
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface TestForIssue
A documentation annotation for notating what JIRA issue is being tested.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
jiraKey
The key of a JIRA issue tested.
-