File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
framework-docs/modules/ROOT/pages/core/aop/ataspectj Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ it until later.
6
6
7
7
By default, there is a single instance of each aspect within the application
8
8
context. AspectJ calls this the singleton instantiation model. It is possible to define
9
- aspects with alternate lifecycles. Spring supports AspectJ's `perthis` and `pertarget`
10
- instantiation models; `percflow`, `percflowbelow`, and `pertypewithin ` are not currently
9
+ aspects with alternate lifecycles. Spring supports AspectJ's `perthis`, `pertarget`, and
10
+ `pertypewithin` instantiation models; `percflow` and `percflowbelow ` are not currently
11
11
supported.
12
12
13
13
You can declare a `perthis` aspect by specifying a `perthis` clause in the `@Aspect`
You can’t perform that action at this time.
0 commit comments