We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82cb5db commit 3ac46daCopy full SHA for 3ac46da
spring-core/src/main/java/org/springframework/util/ReflectionUtils.java
@@ -679,8 +679,7 @@ private static List<Method> findConcreteMethodsOnInterfaces(Class<?> clazz) {
679
}
680
681
/**
682
- * Invoke the given callback on all fields in the target class, going up the
683
- * class hierarchy to get all declared fields.
+ * Invoke the given callback on all locally declared fields in the given class.
684
* @param clazz the target class to analyze
685
* @param fc the callback to invoke for each field
686
* @since 4.2
0 commit comments