@Documented @Retention(value=SOURCE) @Target(value={PACKAGE,TYPE,ANNOTATION_TYPE,METHOD,CONSTRUCTOR,字段,LOCAL_VARIABLE,PARAMETER}) public @interface Generated
例如:com.company.package.classname。 date元素用于指示源生成的日期。 日期元素必须遵循ISO 8601标准。 例如,date元素将具有以下值2001-07-04T12:08:56.235-0700,表示美国太平洋时间时区的当地时间2001-07-04 12:08:56。
comment元素是代码生成器可能希望包含在生成的代码中的任何注释的占位符。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.