Introduce @EnableAspectJAutoProxy

Issue: SPR-8138
This commit is contained in:
Chris Beams
2011-10-11 18:51:41 +00:00
parent b08a6d32a4
commit 739775ca19
6 changed files with 267 additions and 2 deletions

View File

@@ -72,6 +72,9 @@
<xsd:annotation>
<xsd:documentation source="java:org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator"><![CDATA[
Enables the use of the @AspectJ style of Spring AOP.
See org.springframework.context.annotation.EnableAspectJAutoProxy Javadoc
for information on code-based alternatives to this XML element.
]]></xsd:documentation>
</xsd:annotation>
<xsd:complexType>