public class EnvironmentAnnotationConfigurer extends Object implements BeanFactoryPostProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
INCLUDE_IN_COLLECTIONS |
| Constructor and Description |
|---|
EnvironmentAnnotationConfigurer(AssemblyContextResolver assemblyContextResolver) |
| Modifier and Type | Method and Description |
|---|---|
static Environment |
findEnvironmentAnnotation(Class beanClass) |
static Environment |
findEnvironmentMetaAnnotation(Set<Annotation> visited,
Annotation[] annotations) |
void |
postProcessBeanFactory(ConfigurableListableBeanFactory configurableListableBeanFactory) |
public static final String INCLUDE_IN_COLLECTIONS
public EnvironmentAnnotationConfigurer(AssemblyContextResolver assemblyContextResolver)
public void postProcessBeanFactory(ConfigurableListableBeanFactory configurableListableBeanFactory) throws BeansException
postProcessBeanFactory in interface BeanFactoryPostProcessorBeansExceptionpublic static Environment findEnvironmentAnnotation(Class beanClass)
public static Environment findEnvironmentMetaAnnotation(Set<Annotation> visited, Annotation[] annotations)
Copyright © 2008–2014. All rights reserved.