com.iwbfly.myhttp.reflection.MyhttpMethodHandler Maven / Gradle / Ivy
The newest version!
package com.iwbfly.myhttp.reflection;
/**
* @author pangyajun
* @since 2021/11/23 14:43
**/
public interface MyhttpMethodHandler {
Object invoke(Object[] argv) throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy