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