# 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

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.