Annotation Type MethodsReturnNullableByDefault
-
@Retention(RUNTIME) @Nullable @TypeQualifierDefault(METHOD) public @interface MethodsReturnNullableByDefaultDefaults all methods within annotation's scope to return @Nullable, unless a more tightly-scoped annotation is applied.