diff --git a/spring-framework-reference/src/classic-aop-spring.xml b/spring-framework-reference/src/classic-aop-spring.xml index e5bad09153c..8beb5acd291 100644 --- a/spring-framework-reference/src/classic-aop-spring.xml +++ b/spring-framework-reference/src/classic-aop-spring.xml @@ -3,17 +3,14 @@ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> Classic Spring AOP Usage -
- In this chapter we discuss + + In this appendix we discuss the lower-level Spring AOP APIs and the AOP support used in Spring 1.2 applications. For new applications, we recommend the use of the Spring 2.0 AOP support described in the AOP chapter, but when working with existing applications, or when reading books and articles, you may come across Spring 1.2 style examples. Spring 2.0 is fully backwards compatible with Spring 1.2 and everything described - in this chapter is fully supported in Spring 2.0. - - -
+ in this appendix is fully supported in Spring 2.0.
Pointcut API in Spring