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

top.gotoeasy.framework.spring.aop.enhance.generate.DataAopInfo Maven / Gradle / Ivy

Go to download

基于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