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
org.jsoup.internal
Annotation Interface NonnullByDefault
@Deprecated
@Documented
@Retention
(
CLASS
)
public @interface
NonnullByDefault
Deprecated.
Previously indicated that all components (methods, returns, fields) are not nullable, unless otherwise specified by @Nullable.