Package org.jsoup.internal
Annotation Type FieldsAreNonnullByDefault
@Documented
@Nonnull
@TypeQualifierDefault(FIELD)
@Retention(CLASS)
public @interface FieldsAreNonnullByDefault
Indicates that fields types are not nullable, unless otherwise specified by @Nullable.
- See Also: