Merge branch '6.1.x'
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user