File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
spring-framework-reference/src Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 3
3
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
4
4
<appendix id =" classic-aop-spring" >
5
5
<title >Classic Spring AOP Usage</title >
6
- < section id = " classic-aop-classic-introduction " >
7
- <para >In this chapter we discuss
6
+
7
+ <para >In this appendix we discuss
8
8
the lower-level Spring AOP APIs and the AOP support used in Spring 1.2 applications.
9
9
For new applications, we recommend the use of the Spring 2.0 AOP support
10
10
described in the <link linkend =" aop" >AOP</link > chapter, but when working with existing applications,
11
11
or when reading books and articles, you may come across Spring 1.2 style examples.
12
12
Spring 2.0 is fully backwards compatible with Spring 1.2 and everything described
13
- in this chapter is fully supported in Spring 2.0.
14
- </para >
15
-
16
- </section >
13
+ in this appendix is fully supported in Spring 2.0.</para >
17
14
18
15
<section id =" classic-aop-api-pointcuts" >
19
16
<title >Pointcut API in Spring</title >
You can’t perform that action at this time.
0 commit comments