@Documented @Retention(value=SOURCE) @Target(value={PACKAGE,TYPE,ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,PARAMETER}) public @interface Generated
例如:com.company.package.classname。日期元素用于表示源生成的日期。日期元素必须遵循国际标准化组织8601标准。例如,日元将具有以下价值2001-07-04t12:08: 56.235-0700代表2001-07-04 12:08:56当地时间在美国太平洋时间时区。
注释元素是代码生成器可能要包含在生成代码中的任何注释的地方持有人。
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.