org.onetwo.common.interceptor.InterceptorChain Maven / Gradle / Ivy
package org.onetwo.common.interceptor;
/**
* @author weishao zeng
*
*/
public interface InterceptorChain {
Object invoke() throws Throwable ;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy