Annotation Interface SubtypingRequiresOptIn.Repeated
- Enclosing class:
SubtypingRequiresOptIn
@Documented
@Retention(RUNTIME)
@Target(TYPE)
public static @interface SubtypingRequiresOptIn.Repeated
A container for the
repeatable SubtypingRequiresOptIn annotation.- Since:
- 0.1.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
SubtypingRequiresOptIn[] valueReturns theSubtypingRequiresOptInannotations.- Returns:
- the
SubtypingRequiresOptInannotations - Since:
- 0.1.0
-