public abstract @interface Repeatable
implements Annotation
java.lang.annotation.Repeatable |
注释类型java.lang.annotation.Repeatable
用于指示它(meta-)注释的注释类型是可重复的 。 值@Repeatable
指示可重复注释类型的包含注释类型。
Inherited methods |
|
---|---|
From interface java.lang.annotation.Annotation
|