Annotation Type Generated
-
@Documented @Retention(SOURCE) @Target({PACKAGE,TYPE,ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,PARAMETER}) public @interface Generated
Marker interface for generated source codes. Generated source codes should not be edited directly.
-
-
Element Detail
-
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:
- ""
-
-