Polish Javadoc for ReflectionTestUtils
Closes gh-23504
This commit is contained in:
@@ -55,8 +55,10 @@ import org.springframework.util.StringUtils;
|
||||
* </ul>
|
||||
*
|
||||
* <p>In addition, several methods in this class provide support for {@code static}
|
||||
* fields — for example, {@link #setField(Class, String, Object)},
|
||||
* {@link #getField(Class, String)}, etc.
|
||||
* fields and {@code static} methods — for example,
|
||||
* {@link #setField(Class, String, Object)}, {@link #getField(Class, String)},
|
||||
* {@link #invokeMethod(Class, String, Object...)},
|
||||
* {@link #invokeMethod(Object, Class, String, Object...)}, etc.
|
||||
*
|
||||
* @author Sam Brannen
|
||||
* @author Juergen Hoeller
|
||||
|
||||
Reference in New Issue
Block a user