All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sky.cglib.proxy.EnhancerInterface Maven / Gradle / Ivy

The newest version!
package sky.cglib.proxy;

public interface EnhancerInterface {
	
	public void setMethodInterceptor$Enhancer$(MethodInterceptor methodInterceptor);
	
	@SuppressWarnings("rawtypes")
	public Object executeSuperMethod$Enhancer$(String methodName, Class[] argsType, Object[] argsValue);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy