org.elasticsearch.common
Annotation Type Required


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

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.



Copyright © 2009-2012. All Rights Reserved.