@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Repeatable
java.lang.annotation.Repeatable
用于表示其(meta-)注释声明的注释类型是可重复的 。
@Repeatable
的值表示可重复注释类型的包含注释类型。
Modifier and Type | Required Element and Description |
---|---|
类<? extends Annotation> |
value
表示可
重复注释类型的包含注释类型。
|
public abstract 类<? extends Annotation> value
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.