panda.aop.AopCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of panda-glue Show documentation
Show all versions of panda-glue Show documentation
Panda Glue is a ASM/AOP module of the Panda Framework.
The newest version!
package panda.aop;
/**
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 这个接口仅供构建Aop类使用
*
* 这个接口将添加到被Aop改造过的类,如果你实现本接口,将导致不可预知的情况发生!!
*
* @author wendal([email protected])
*/
public interface AopCallback {
Object _aop_invoke(int methodIndex, Object[] args) throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy