1 Star 0 Fork 156

whipper86 / Spring-Analysis

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

Spring RuntimeBeanNameReference

  • 类全路径: org.springframework.beans.factory.config.RuntimeBeanNameReference

成员变量


	/**
	 * bean name
	 */
	private final String beanName;

	/**
	 * 源
	 */
	@Nullable
	private Object source;
Java
1
https://gitee.com/huangxinwhipper/spring-analysis.git
git@gitee.com:huangxinwhipper/spring-analysis.git
huangxinwhipper
spring-analysis
Spring-Analysis
master

搜索帮助