@Documented @Retention(SOURCE) @Target({PACKAGE,TYPE,METHOD,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,PARAMETER}) public @interface Generated
@Generated("com.example.Generator")
@Generated(value="com.example.Generator", date= "2017-07-04T12:08:56.235-0700")
@Generated(value="com.example.Generator", date= "2017-07-04T12:08:56.235-0700", comments= "comment 1")
Modifier and Type | Required Element | Description |
---|---|---|
String[] |
value |
The value element MUST have the name of the code generator. |
Modifier and Type | Optional Element | Description |
---|---|---|
String |
comments |
A place holder for any comments that the code generator may want to include in the generated code. |
String |
date |
Date when the source was generated. |
String[] value
String date
""
String comments
""
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/annotation/processing/Generated.html