1 Star 0 Fork 156

Gordon.Gu / Spring-Analysis

forked from huifer / Code-Analysis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Spring-AspectComponentDefinition.md 301 Bytes
一键复制 编辑 原始数据 按行查看 历史

Spring AspectComponentDefinition

  • 类全路径: org.springframework.aop.config.AspectComponentDefinition

内部变量

	/**
	 * bean定义列表
	 */
	private final BeanDefinition[] beanDefinitions;

	/**
	 * 外链的bean列表
	 */
	private final BeanReference[] beanReferences;
Java
1
https://gitee.com/gu-yan/spring-analysis.git
git@gitee.com:gu-yan/spring-analysis.git
gu-yan
spring-analysis
Spring-Analysis
master

搜索帮助