|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.context.annotation.AspectJAutoProxyRegistrar
class AspectJAutoProxyRegistrar
Registers an AnnotationAwareAspectJAutoProxyCreator
against the current BeanDefinitionRegistry
as appropriate based on a given @EnableAspectJAutoProxy
annotation.
EnableAspectJAutoProxy
Constructor Summary | |
---|---|
AspectJAutoProxyRegistrar()
|
Method Summary | |
---|---|
void |
registerBeanDefinitions(AnnotationMetadata importingClassMetadata,
BeanDefinitionRegistry registry)
Register, escalate, and configure the AspectJ auto proxy creator based on the value of the @ EnableAspectJAutoProxy.proxyTargetClass() attribute on the importing
@Configuration class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
AspectJAutoProxyRegistrar()
Method Detail |
---|
public void registerBeanDefinitions(AnnotationMetadata importingClassMetadata, BeanDefinitionRegistry registry)
EnableAspectJAutoProxy.proxyTargetClass()
attribute on the importing
@Configuration
class.
registerBeanDefinitions
in interface ImportBeanDefinitionRegistrar
importingClassMetadata
- annotation metadata of the importing classregistry
- current bean definition registry
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |