Most visited

Recently visited

Added in API level 24

Repeatable

public abstract @interface Repeatable
implements Annotation

java.lang.annotation.Repeatable


注释类型java.lang.annotation.Repeatable用于指示它(meta-)注释的注释类型是可重复的 @Repeatable指示可重复注释类型的包含注释类型。

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!