Annotation Type Issue


  • @Retention(SOURCE)
    @Target({TYPE,METHOD})
    public @interface Issue
    Use this annotation to document that an issue is related to a test class or method. Useful to attach issue information to failing tests.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String description  
      • description

        String description
        Default:
        ""