Package groovy.contracts
Annotation Interface ModifiesConditions
@Documented
@Retention(RUNTIME)
@Target({CONSTRUCTOR,METHOD})
@Incubating
public @interface ModifiesConditions
Container for multiple
Modifies annotations on the same method.- Since:
- 6.0.0
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
Modifies[] value
-