Eclipse JDT
Release 3.8

org.eclipse.jdt.annotation
Annotation Type Nullable


@Documented
@Retention(value=CLASS)
@Target(value={METHOD,PARAMETER,LOCAL_VARIABLE})
public @interface Nullable

Qualifier for a type in a method signature or a local variable declaration: The entity (return value, parameter, local variable) whose type has this annotation is allowed to have the value null at runtime.

This has two consequences:

Since:
1.0


Eclipse JDT
Release 3.8

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.