Package groovy.contracts
Annotation Interface EnsuresConditions
@Documented
@Retention(RUNTIME)
@Target({CONSTRUCTOR,METHOD})
@Incubating
public @interface EnsuresConditions
Represents multiple postconditions.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Ensures[] value
-