@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