
top.gotoeasy.framework.spring.aop.enhance.generate.DataAopInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gotoeasy-aop Show documentation
Show all versions of gotoeasy-aop Show documentation
基于JavaCompiler的继承方式AOP实现,在性能优良的基础上,提供更多的简易性,2.x.x版本集成使用Spring容器
The newest version!
package top.gotoeasy.framework.spring.aop.enhance.generate;
import java.lang.reflect.Method;
import java.util.List;
import java.util.Map;
/**
* AOP拦截处理的注解信息扩充类
*
* @since 2018/01
* @author 青松
*/
public class DataAopInfo extends DataAnnoInfo {
protected boolean isAround;
protected Map> methodSrcInfoMap = null;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy