Annotation Type FieldsAreNonnullByDefault


  • @Retention(RUNTIME)
    @Nonnull
    @TypeQualifierDefault(FIELD)
    public @interface FieldsAreNonnullByDefault
    Defaults all fields within annotation's scope to @Nonnull, unless a more tightly-scoped annotation is applied.