Package org.hibernate.testing
Annotation Type TestForIssue
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) @Deprecated(forRemoval=true) public @interface TestForIssue
Deprecated, for removal: This API element is subject to removal in a future version.UseJiraKey
instead.A documentation annotation for notating what JIRA issue is being tested.
-
-
Element Detail
-
jiraKey
String[] jiraKey
Deprecated, for removal: This API element is subject to removal in a future version.The key of a JIRA issue tested.- Returns:
- The jira issue key
-
-