@Configuration @ComponentScan(value="cn.k7g.alloy.ioc") public class AlloyAutoConfigurationSelector extends Object implements org.springframework.context.annotation.ImportSelector, org.springframework.beans.factory.BeanFactoryAware
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ENABLE_ENHANCE_EXCEPTION_RESPONSE |
| 构造器和说明 |
|---|
AlloyAutoConfigurationSelector() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Class<?> |
getAnnotationClass() |
String[] |
selectImports(org.springframework.core.type.AnnotationMetadata importMetadata) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
protected Class<?> getAnnotationClass()
public String[] selectImports(org.springframework.core.type.AnnotationMetadata importMetadata)
selectImports 在接口中 org.springframework.context.annotation.ImportSelectorpublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory 在接口中 org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionCopyright © 2024. All rights reserved.