JHotDraw 7.5.1

Package org.jhotdraw.annotations

Provides annotations for data integrity checking.

See:
          Description

Annotation Types Summary
NotNull An element annotated with NotNull claims null value is forbidden to return (for methods), pass to (parameters) and hold (local variables and fields).
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).
 

Package org.jhotdraw.annotations Description

Provides annotations for data integrity checking.


Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.