Skip to content

Commit

Permalink
Document that pertypewithin is supported by Spring AOT
Browse files Browse the repository at this point in the history
Closes gh-25887
  • Loading branch information
snicoll committed Nov 2, 2023
1 parent f8a33cd commit e731073
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit e731073

Please sign in to comment.