Review usage of BindingReflectionHintsRegistrar#registerReflectionHints
Closes gh-32753
This commit is contained in:
@@ -62,7 +62,7 @@ public class BindingReflectionHintsRegistrar {
|
||||
* @param hints the hints instance to use
|
||||
* @param types the types to register
|
||||
*/
|
||||
public void registerReflectionHints(ReflectionHints hints, @Nullable Type... types) {
|
||||
public void registerReflectionHints(ReflectionHints hints, Type... types) {
|
||||
Set<Type> seen = new LinkedHashSet<>();
|
||||
for (Type type : types) {
|
||||
registerReflectionHints(hints, seen, type);
|
||||
|
||||
Reference in New Issue
Block a user