Annotation Interface ReturnsAreNonnullByDefault


@Deprecated @Documented @Retention(RUNTIME) public @interface ReturnsAreNonnullByDefault
Deprecated.
Previously indicated that return types are not nullable, unless otherwise specified by @Nullable.