Annotation Interface Option.OptionContainer

Enclosing class:
Option

@Target(METHOD) @Retention(RUNTIME) public static @interface Option.OptionContainer
Container annotation for holding multiple Option annotations on the same method.

Used internally by the Repeatable annotation.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Holds an array of Option annotations.
  • Element Details

    • value

      Option[] value
      Holds an array of Option annotations.
      Returns:
      an array of Option annotations