Annotation Interface OptIn.Repeated

Enclosing class:
OptIn

@Documented @Retention(RUNTIME) @Target({CONSTRUCTOR,FIELD,METHOD,MODULE,PACKAGE,TYPE}) public static @interface OptIn.Repeated
A container for the repeatable OptIn annotation.
Since:
0.1.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the OptIn annotations.
  • Element Details

    • value

      OptIn[] value
      Returns the OptIn annotations.
      Returns:
      the OptIn annotations
      Since:
      0.1.0