Merge branch '6.0.x'

This commit is contained in:
Stéphane Nicoll 2023-11-02 15:41:18 +01:00
commit ab316d9bc8
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ it until later.
By default, there is a single instance of each aspect within the application 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 context. AspectJ calls this the singleton instantiation model. It is possible to define
aspects with alternate lifecycles. Spring supports AspectJ's `perthis` and `pertarget` aspects with alternate lifecycles. Spring supports AspectJ's `perthis`, `pertarget`, and
instantiation models; `percflow`, `percflowbelow`, and `pertypewithin` are not currently `pertypewithin` instantiation models; `percflow` and `percflowbelow` are not currently
supported. supported.
You can declare a `perthis` aspect by specifying a `perthis` clause in the `@Aspect` You can declare a `perthis` aspect by specifying a `perthis` clause in the `@Aspect`