|
JHotDraw 7.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented
@Target(value={TYPE,METHOD,FIELD,PARAMETER,LOCAL_VARIABLE})
public @interface Nullable
An element annotated with Nullable claims null value is
perfectly valid to return (for methods), pass to (parameters) and
hold (local variables and fields).
If annotated on a type (class or interface), Nullable is established
as the default for all contained elements.
Note: This annotation is similar to org.jetbrains.annotations.Nullable,
but allows declaration on types.
|
Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project. Some rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||