Add TODO.

This commit is contained in:
Olga Maciaszek-Sharma
2024-05-15 11:52:15 +02:00
parent 46d8b03f3f
commit 8551f8c977

View File

@@ -111,6 +111,7 @@ public class FeignClientBeanFactoryInitializationAotProcessor
introspectPublicMethodsOnAllInterfaces(hints, clazz);
}
// TODO: switch to reflectionHints.registerForInterfaces(...) after upgrading to Framework 6.2.0
// from Spring Framework BeanRegistrationsAotContribution
private void introspectPublicMethodsOnAllInterfaces(ReflectionHints hints, Class<?> clazz) {
Class<?> currentClass = clazz;