Annotation Type Generated


Marker interface for generated source codes. Generated source codes should not be edited directly.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The value element MUST have the name of the code generator.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    A place holder for any comments that the code generator may want to include in the generated code.
    Date when the source was generated.
  • Element Details

    • value

      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.
    • date

      String date
      Date when the source was generated.
      Default:
      ""
    • comments

      String comments
      A place holder for any comments that the code generator may want to include in the generated code.
      Default:
      ""