Package com.google.api.client.util
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 forData.nullOf(Class)
.See
Value
for an example.- Since:
- 1.4
- Author:
- Yaniv Inbar