Annotation Type NullValue


@Target(FIELD) @Retention(RUNTIME) public @interface NullValue
Use this annotation to specify that an enum constant is the "null" data value to use for Data.nullOf(Class).

See Value for an example.

Since:
1.4