定义 MethodSignature Signature的子接口,能够获取方法的信息。 方法 getMethod() Method getMethod(); 返回方法对象。 getReturnType() Class getReturnType(); 返回返回值类型的Class。