Annotation Type Generated


  • @Retention(SOURCE)
    @Target({PACKAGE,TYPE,ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,PARAMETER})
    public @interface Generated
    Copied from javax.annotation.Generated and reduced a bit.

    Indicates a part of the code that was generated, and will be overwritten the next time the generators are run.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] value
      The value element must have the name of the code generator.
    • Element Detail

      • value

        java.lang.String[] value
        The value element must have the name of the code generator. The recommended convention is to use the fully qualified name of the code generator. For example: com.acme.generator.CodeGen.