Package io.microsphere.spring.beans.factory.annotation
package io.microsphere.spring.beans.factory.annotation
-
ClassDescriptionA
BeanPostProcessor
implementation that provides dependency injection support for custom annotation types.AnnotationInjectionMetadata.InjectedElement
AbstractInjectionPointDependencyResolver
for annotated elementAn abstract class for the extension toBeanDefinitionRegistryPostProcessor
, which will execute two main registration methods orderly:AnnotationBeanDefinitionRegistryPostProcessor.registerPrimaryBeanDefinitions(ExposingClassPathBeanDefinitionScanner, String[])
: Scan and register the primaryBeanDefinitions
that were annotated bythe supported annotation types
, and then return theMap
with bean name plus aliases if present and primaryAnnotatedBeanDefinitions
, it's allowed to be overrideAnnotationBeanDefinitionRegistryPostProcessor.registerSecondaryBeanDefinitions(ExposingClassPathBeanDefinitionScanner, Map, String[])
: it's mandatory to be override by the sub-class to register secondaryBeanDefinitions
if requiredAnnotatedInjectionPointDependencyResolver
forAutowired
ABeanPostProcessor
implementation that binds configuration beans with their corresponding properties.A registrar for registering@EnableConfigurationBeanBinding
-annotated bean definitions.TheRegistrar class
forEnableConfigurationBeanBindings
Enables Spring's annotation-driven configuration bean fromproperties
.A container annotation that holds multipleEnableConfigurationBeanBinding
annotations.AnnotatedInjectionPointDependencyResolver
forResource