Annotation Interface Flag.FlagContainer

Enclosing class:
Flag

@Target(METHOD) @Retention(RUNTIME) public static @interface Flag.FlagContainer
Container annotation for holding multiple Flag 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 Flag annotations.
  • Element Details

    • value

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