Annotation Type Generated


  • @Retention(CLASS)
    @Target({PACKAGE,TYPE,ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,PARAMETER})
    public @interface Generated
    For internal use for the scope of https://github.com/jacoco/jacoco/issues/731 and coverage analysis. Similar to javax.annotation.Generated, but with RetentionPolicy.CLASS
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] value
      The value element MUST have a reference to the used code generator.
    • Element Detail

      • value

        java.lang.String[] value
        The value element MUST have a reference to the used code generator.