Fix docs. Reformat.
This commit is contained in:
@@ -111,7 +111,8 @@ public class FeignClientBeanFactoryInitializationAotProcessor
|
||||
introspectPublicMethodsOnAllInterfaces(hints, clazz);
|
||||
}
|
||||
|
||||
// TODO: switch to reflectionHints.registerForInterfaces(...) after upgrading to Framework 6.2.0
|
||||
// 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;
|
||||
|
||||
Reference in New Issue
Block a user