Package org.hibernate.testing.orm.junit
Annotation Type Jira
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) @Repeatable(JiraGroup.class) public @interface Jira
Specifies the URL to the Jira issue associated with a test. Is repeatable, so multiple JIRA issues can be indicated.- See Also:
JiraGroup
-
-
Element Detail
-
value
String value
The URL to the Jira issue
-
-