Annotation Type Generated
@Documented
@Target({PACKAGE,TYPE,ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,PARAMETER})
@Retention(SOURCE)
public @interface Generated
Used to identify generated code.
- Since:
- Common Annotations 1.0
- 
Required Element SummaryRequired Elements
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
valueString[] value- Returns:
- The name of the code generator. It is recommended that the fully qualified name of the code generator is used.
 
- 
date
- 
comments
 
-