Annotation Type Nullable


@Retention(SOURCE)
@Documented
public @interface Nullable
Indicates that the parameter can take a null value.

This is not checked in any way at the moment.