Annotation Interface FieldsAreNonnullByDefault


@Deprecated @Documented @Retention(CLASS) public @interface FieldsAreNonnullByDefault
Deprecated.
Previously indicated that fields types are not nullable, unless otherwise specified by @Nullable.