Annotation Interface NotNull
@Target({PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@AppliesTo(subClassesOf=java.lang.Object.class)
public @interface NotNull
Generates a not-
null value. By default the mutation framework can generate null
for objects (including arrays).-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDefines the scope of the annotation.
-
Element Details
-
constraint
String constraintDefines the scope of the annotation. Possible values are defined inPropertyConstraint.- Default:
"JAZZER_PROPERTY_CONSTRAINT_DECLARATION"
-