org.nutz.aop.AopCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nutz Show documentation
Show all versions of nutz Show documentation
Nutz, which is a collections of lightweight frameworks, each of them can be used independently
package org.nutz.aop;
/**
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 这个接口仅供构建Aop类使用
*
* 这个接口将添加到被Aop改造过的类,如果你实现本接口,将导致不可预知的情况发生!!
*
* @author wendal([email protected])
*
*/
public interface AopCallback {
Object _aop_invoke(int methodIndex, Object[] args) throws Throwable ;
}