@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.CONSTRUCTOR, ElementType.METHOD})
public @interface RequiresConditions
Container annotation for multiple Requires preconditions on the same target.
Synthesized by the compiler from stacked @Requires annotations via
Repeatable; not normally written by hand.