API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.annotation. Generated View Source
Author(s)
Since
Common Annotations 1.0
Version
Serial
Description
@Documented
@Retention (value=SOURCE)
@Target (value={PACKAGE, TYPE, ANNOTATION_TYPE, METHOD, CONSTRUCTOR, FIELD, LOCAL_VARIABLE, PARAMETER})
public annotation Generated
  The Generated annoation is used to mark source code that has been generated.
See also:   
Elements
comments = ""
A place holder for any comments that the code generator may want to include in the generated code.
date = ""
Date when the source was generated.
value [REQUIRED]
This is used by the code generator to mark the generated classes and methods.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar