Correct description for doWithLocalFields
Issue: SPR-16658
This commit is contained in:
@@ -679,8 +679,7 @@ public abstract class ReflectionUtils {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Invoke the given callback on all fields in the target class, going up the
|
* Invoke the given callback on all locally declared fields in the given class.
|
||||||
* class hierarchy to get all declared fields.
|
|
||||||
* @param clazz the target class to analyze
|
* @param clazz the target class to analyze
|
||||||
* @param fc the callback to invoke for each field
|
* @param fc the callback to invoke for each field
|
||||||
* @since 4.2
|
* @since 4.2
|
||||||
|
|||||||
Reference in New Issue
Block a user