
org.onetwo.common.spring.aop.MixinableInterfaceCreator Maven / Gradle / Ivy
package org.onetwo.common.spring.aop;
import org.aopalliance.intercept.MethodInterceptor;
/**
* @author wayshall
*
*/
public interface MixinableInterfaceCreator {
Object createMixinObject(MethodInterceptor interceptor);
void addMixinInterfaces(Class>... mixinInterfaces);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy