|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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:
null
value to the entity is legal.NullPointerException
can occur at runtime.
|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.