org.elasticsearch.common.inject.internal
Annotation Type Nullable


@Documented
@Retention(value=RUNTIME)
@Target(value={PARAMETER,FIELD})
public @interface Nullable

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.

This annotation may be used with the Google Web Toolkit (GWT).

Author:
Kevin Bourrillion



Copyright © 2009-2012. All Rights Reserved.