Annotation Type NullableByDefault


  • @Retention(RUNTIME)
    @Nullable
    @TypeQualifierDefault({FIELD,METHOD,PARAMETER})
    public @interface NullableByDefault
    Defaults all fields, methods, and method parameters within annotation's scope to @Nullable, unless a more tightly-scoped annotation is applied.