com.google.api.client.util
Annotation Type NullValue


@Target(value=FIELD)
@Retention(value=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
Author:
Yaniv Inbar



Copyright © 2011 Google. All Rights Reserved.