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
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The keys of the JIRA issues tested.
  • Element Details

    • jiraKey

      String[] jiraKey
      The keys of the JIRA issues tested.
      Returns:
      The JIRA issue keys