Package org.hibernate.testing.orm.junit
Annotation Interface JiraKey
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Repeatable(JiraKeyGroup.class)
public @interface JiraKey
Identifies the JIRA issue associated with a test. Is repeatable, so
multiple JIRA issues can be indicated.
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe key for the referenced Jira issue (e.g., HHH-99999)
-