org.springframework.context.ConfigurableApplicationContext#LOAD_TIME_WEAVER_BEAN_NAME源码实例Demo

下面列出了org.springframework.context.ConfigurableApplicationContext#LOAD_TIME_WEAVER_BEAN_NAME 实例代码,或者点击链接到github查看源代码,也可以在右侧发表评论。

@Override
protected String resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) {
	return ConfigurableApplicationContext.LOAD_TIME_WEAVER_BEAN_NAME;
}
 
@Override
protected String resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) {
	return ConfigurableApplicationContext.LOAD_TIME_WEAVER_BEAN_NAME;
}
 
源代码3 项目: lams   文件: LoadTimeWeaverBeanDefinitionParser.java
@Override
protected String resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) {
	return ConfigurableApplicationContext.LOAD_TIME_WEAVER_BEAN_NAME;
}
 
@Override
protected String resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) {
	return ConfigurableApplicationContext.LOAD_TIME_WEAVER_BEAN_NAME;
}