1.Method.getAnnotations():用于获取方法上的注解; 2.method.getGenericParameterTypes():用于获取方法的参数类型; 3.method.getParameterAnnotations():用于获取方法的参数上的注解;

1.Method.getAnnotations():用于获取方法上的注解; 2.method.getGenericParameterTypes():用于获取方法的参数类型; 3.method.getParameterAnnotations():用于获取方法的参数上的注解;