@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(value=RUNTIME) @Repeatable(value=NotNull.List.class) @Documented @Constraint(validatedBy={}) public @interface NotNull
null
.
Accepts any type.Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.