open class AutoProxyRegistrar : ImportBeanDefinitionRegistrar
Registers an auto proxy creator against the current BeanDefinitionRegistry as appropriate based on an @Enable* annotation having mode and proxyTargetClass attributes set to the correct values.
Author
Chris Beams
Since
3.1
See Also
EnableAspectJAutoProxy
AutoProxyRegistrar()
Registers an auto proxy creator against the current BeanDefinitionRegistry as appropriate based on an |
open fun registerBeanDefinitions(importingClassMetadata: AnnotationMetadata, registry: BeanDefinitionRegistry): Unit
Register, escalate, and configure the standard auto proxy creator (APC) against the given registry. Works by finding the nearest annotation declared on the importing Several |