We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3dd22d commit 618cb61Copy full SHA for 618cb61
spring-core/src/main/java/org/springframework/util/ReflectionUtils.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2017 the original author or authors.
+ * Copyright 2002-2018 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -645,8 +645,7 @@ private static List<Method> findConcreteMethodsOnInterfaces(Class<?> clazz) {
645
}
646
647
/**
648
- * Invoke the given callback on all fields in the target class, going up the
649
- * class hierarchy to get all declared fields.
+ * Invoke the given callback on all locally declared fields in the given class.
650
* @param clazz the target class to analyze
651
* @param fc the callback to invoke for each field
652
* @since 4.2
0 commit comments