From 20c5293d48602dbc0d17d5571c6182da2fc9b28e 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 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2412 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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