Contents
Hide sidebar Show sidebar
Annotation Interface 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.
See Java Language Specification:
9.6.3 Repeatable Annotation Interfaces9.7.5 Multiple Annotations of the Same Interface
Since: 1.8
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends Annotation>Indicates the containing annotation interface for the repeatable annotation interface.
-
Element Details
-
value
Class<? extends Annotation> valueIndicates the containing annotation interface for the repeatable annotation interface.Returns: the containing annotation interface
-
Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2026, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.