Package org.jsoup.internal
Annotation Type ReturnsAreNonnullByDefault
@Documented
@Nonnull
@TypeQualifierDefault(METHOD)
@Retention(RUNTIME)
public @interface ReturnsAreNonnullByDefault
Indicates return types are not nullable, unless otherwise specified by @Nullable.
- See Also: