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

org.nutz.aop.AopCallback Maven / Gradle / Ivy

Go to download

Nutz, which is a collections of lightweight frameworks, each of them can be used independently

There is a newer version: 1.r.72
Show newest version
package org.nutz.aop;

/**
 * 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 不要实现这个接口
* 这个接口仅供构建Aop类使用
*
* 这个接口将添加到被Aop改造过的类,如果你实现本接口,将导致不可预知的情况发生!! * * @author wendal([email protected]) * */ public interface AopCallback { Object _aop_invoke(int methodIndex, Object[] args) throws Throwable ; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy