JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages |
Classes and Interfaces
SEARCH
Module
org.jhotdraw8.annotation
Package org.jhotdraw8.annotation
package
org.jhotdraw8.annotation
Provides annotations for static code analysis.
Annotation Interfaces
Class
Description
NonNull
The NonNull annotation indicates that the
null
value is forbidden for the annotated element.
Nullable
The Nullable annotation indicates that the
null
value is allowed for the annotated element.