Annotation Type MethodsReturnNullableByDefault


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