From e73107341ca062a90e6970dc341960ea69f3d0de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 2 Nov 2023 15:39:45 +0100 Subject: [PATCH] Document that `pertypewithin` is supported by Spring AOT Closes gh-25887 --- .../ROOT/pages/core/aop/ataspectj/instantiation-models.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework-docs/modules/ROOT/pages/core/aop/ataspectj/instantiation-models.adoc b/framework-docs/modules/ROOT/pages/core/aop/ataspectj/instantiation-models.adoc index decfbc52e96..2e4b54347e1 100644 --- a/framework-docs/modules/ROOT/pages/core/aop/ataspectj/instantiation-models.adoc +++ b/framework-docs/modules/ROOT/pages/core/aop/ataspectj/instantiation-models.adoc @@ -6,8 +6,8 @@ it until later. By default, there is a single instance of each aspect within the application context. AspectJ calls this the singleton instantiation model. It is possible to define -aspects with alternate lifecycles. Spring supports AspectJ's `perthis` and `pertarget` -instantiation models; `percflow`, `percflowbelow`, and `pertypewithin` are not currently +aspects with alternate lifecycles. Spring supports AspectJ's `perthis`, `pertarget`, and +`pertypewithin` instantiation models; `percflow` and `percflowbelow` are not currently supported. You can declare a `perthis` aspect by specifying a `perthis` clause in the `@Aspect`