Skip to content

Commit ab316d9

Browse files
committed
Merge branch '6.0.x'
2 parents 27b5813 + e731073 commit ab316d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework-docs/modules/ROOT/pages/core/aop/ataspectj/instantiation-models.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ it until later.
66

77
By default, there is a single instance of each aspect within the application
88
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
1111
supported.
1212

1313
You can declare a `perthis` aspect by specifying a `perthis` clause in the `@Aspect`

0 commit comments

Comments
 (0)