@Target(value={ANNOTATION_TYPE,PARAMETER,TYPE_USE})
@Retention(value=RUNTIME)
@Documented
public @interface Negative
Constrain the range of a generated number to be less than 0.
Applies to numeric parameters which are also annotated with @ForAll
.
- See Also:
ForAll
,
Positive