Annotation Interface RequiresConditions


@Documented @Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD}) @Incubating public @interface RequiresConditions
Represents multiple preconditions.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the repeated precondition annotations declared on the target element.
  • Element Details

    • value

      Requires[] value
      Returns the repeated precondition annotations declared on the target element.
      Returns:
      the contained Requires annotations