Polishing

This commit is contained in:
Juergen Hoeller
2020-08-28 20:14:24 +02:00
parent 00c5dbf11a
commit c4f4fbc003
2 changed files with 3 additions and 4 deletions

View File

@@ -598,6 +598,8 @@ public abstract class BeanUtils {
* @return the parameter names (matching the constructor's parameter count)
* @throws IllegalStateException if the parameter names are not resolvable
* @since 5.3
* @see ConstructorProperties
* @see DefaultParameterNameDiscoverer
*/
public static String[] getParameterNames(Constructor<?> ctor) {
ConstructorProperties cp = ctor.getAnnotation(ConstructorProperties.class);