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