public abstract @interface

Nullable

implements Annotation
com.google.gdata.util.common.base.Nullable

Class Overview

The presence of this annotation on a method parameter indicates that null is an acceptable value for that parameter. It should not be used for parameters of primitive types.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation