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.