Repeatable
public
abstract
@interface
Repeatable
implements
Annotation
java.lang.annotation.Repeatable
|
The annotation interface java.lang.annotation.Repeatable
is
used to indicate that the annotation interface whose declaration it
(meta-)annotates is repeatable. The value of
@Repeatable
indicates the containing annotation
interface for the repeatable annotation interface.
Summary
Public methods |
Class<? extends Annotation>
|
value()
Indicates the containing annotation interface for the
repeatable annotation interface.
|
Public methods
value
public Class<? extends Annotation> value ()
Indicates the containing annotation interface for the
repeatable annotation interface.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[]]