Annotation Type NonnullByDefault


@Documented @Nonnull @TypeQualifierDefault({METHOD,PARAMETER,FIELD}) @Retention(CLASS) public @interface NonnullByDefault
Indicates that all components (methods, returns, fields) are not nullable, unless otherwise specified by @Nullable.
See Also: