@Documented @Target({FIELD,PARAMETER,METHOD}) @OVLTarget({FIELD,ACCESSORY,TYPE_USE}) @Retention(RUNTIME) public @interface NonNull
A field annotated with
@NonNull
must not be null
.
The OVL runtime environment throws an exception when the field is assigned with a null
value.- Author:
- Dr. Peter Droste, Omix Visualization