Merge branch '6.1.x'

This commit is contained in:
Stéphane Nicoll
2024-05-02 17:02:08 +02:00
3 changed files with 15 additions and 7 deletions

View File

@@ -63,8 +63,7 @@ public class BindingReflectionHintsRegistrar {
* @param hints the hints instance to use
* @param types the types to register
*/
@SuppressWarnings("NullAway")
public void registerReflectionHints(ReflectionHints hints, @Nullable Type... types) {
public void registerReflectionHints(ReflectionHints hints, Type... types) {
Set<Type> seen = new HashSet<>();
for (Type type : types) {
registerReflectionHints(hints, seen, type);