public class ParameterNameUtils extends Object
public static String[] getMethodParameterNamesByAnnotation(Method method)
method - 要获取参数名的方法public void method1(@Param(value="parameter1") String param1, @Param(value="parameter2") String param2)
public static void main(String[] args)
Copyright © 2022. All rights reserved.