@Target(value={PARAMETER,FIELD,ANNOTATION_TYPE,TYPE_USE}) @Retention(value=RUNTIME) public @interface NullAllowed
Mark a parameter of a Property
method with this annotation to indicate that the parameter is nullable, and
to optionally configure the probability of generating a null value.
| Modifier and Type | Optional Element and Description |
|---|---|
float |
probability |
Copyright © 2019. All rights reserved.