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