Skip to content

Commit e731073

Browse files
committed
Document that pertypewithin is supported by Spring AOT
Closes gh-25887
1 parent f8a33cd commit e731073

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)