JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.teamdev.jxbrowser.annotation
Annotation Interface NonnullReturnValue
@Retention
(
SOURCE
)
@Target
(
PACKAGE
)
public @interface
NonnullReturnValue
This annotation can be applied to a package to indicate that all public methods in this package cannot return
null
.