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.
- 
Required Element Summary
Required Elements - 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
value
String[] valueThe 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
 - 
comments
String commentsA place holder for any comments that the code generator may want to include in the generated code.- Default:
 ""
 
 -