Annotation Interface ReturnValuesAreNullableByDefault


@Documented @Nullable @TypeQualifierDefault(METHOD) @Retention(RUNTIME) public @interface ReturnValuesAreNullableByDefault
Similar to ParametersAreNullableByDefault, but applies to return values of methods.
Since:
2.2.0