From 5ebdf110f59968ddc81c5a4a8c60a9d1c862f56d Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Thu, 12 Nov 2009 18:23:09 +0000 Subject: [PATCH] moved first para to chapter level and removed intro section --- spring-framework-reference/src/classic-aop-spring.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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