net.sf.eos
Annotation Type Nullable


@Experimental
@Documented
@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface Nullable

The presence of this annotation on a method parameter indicates that null is an acceptable value for that parameter. Cause of undefined semantic it must not be used for parameters of primitive types.

Note: experimental - inspired by guice

Since:
0.1.0
Author:
Sascha Kohlmann



Copyright © 2008. All Rights Reserved.