JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Module
org.jhotdraw8.annotation
Package
org.jhotdraw8.annotation
Annotation Interface NonNull
@Documented
@Retention
(
CLASS
)
@Target
(
TYPE_USE
)
public @interface
NonNull
The NonNull annotation indicates that the
null
value is forbidden for the annotated element.