# Print output for @column tags ?> Repeatable - Android SDK | Android Developers

Most visited

Recently visited

Repeatable

public abstract @interface Repeatable
implements Annotation

java.lang.annotation.Repeatable


The annotation type java.lang.annotation.Repeatable is used to indicate that the annotation type whose declaration it (meta-)annotates is repeatable. The value of @Repeatable indicates the containing annotation type for the repeatable annotation type.

Summary

Public methods

Class<? extends Annotation> value()

Indicates the containing annotation type for the repeatable annotation type.

Inherited methods

Public methods

value

public Class<? extends Annotation> value ()

Indicates the containing annotation type for the repeatable annotation type.

Returns
Class<? extends Annotation> the containing annotation type