Package org.jsoup.internal
Annotation Type 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.