# Print output for @column tags ?>
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.
Public methods | |
---|---|
Class<? extends Annotation>
|
value()
Indicates the containing annotation type for the repeatable annotation type. |
Inherited methods | |
---|---|
public Class<? extends Annotation> value ()
Indicates the containing annotation type for the repeatable annotation type.
Returns | |
---|---|
Class<? extends Annotation> |
the containing annotation type |