63 Star 427 Fork 156

huifer/Code-Analysis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
docs
beans
AbstractNestablePropertyAccessor
BeanDefinition
BeanInfoFactory
BeanMetadataElement
BeanWrapper
CachedIntrospectionResults
ComponentDefinition
images
Readme.md
Spring-AbstractComponentDefinition.md
Spring-AdvisorComponentDefinition.md
Spring-AspectComponentDefinition.md
Spring-ComponentDefinition.md
Spring-CompositeComponentDefinition.md
Spring-PointcutComponentDefinition.md
ConfigurablePropertyAccessor
GenericTypeAwarePropertyDescriptor
Property
PropertyAccessor
Scope
factory
propertyEditor
register
core
env
other
utils
release
.gitattributes
.gitignore
CHANGELOG.MD
LICENSE
Notice
README.md
_coverpage.md
index.html
summary.md
todo.md
克隆/下载
Spring-AdvisorComponentDefinition.md 522 Bytes
一键复制 编辑 原始数据 按行查看 历史

Spring AdvisorComponentDefinition

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

成员变量

	/**
	 * 顾问 bean 名称
	 */
	private final String advisorBeanName;

	/**
	 * 顾问bean定义
	 */
	private final BeanDefinition advisorDefinition;

	/**
	 * 顾问描述
	 */
	private final String description;

	/**
	 * 外联的bean定义
	 */
	private final BeanReference[] beanReferences;

	/**
	 * bean定义列表
	 */
	private final BeanDefinition[] beanDefinitions;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/pychfarm_admin/code-analysis.git
git@gitee.com:pychfarm_admin/code-analysis.git
pychfarm_admin
code-analysis
Code-Analysis
v0.0.15

搜索帮助