spring-framework/spring-aop
Stephane Nicoll ae706f3954 Allow MethodReference to define a more flexible signature
This commit moves MethodReference to an interface with a default
implementation that relies on a MethodSpec. Such an arrangement avoid
the need of specifying attributes of the method such as whether it is
static or not.

The resolution of the invocation block now takes an
ArgumentCodeGenerator rather than the raw arguments. Doing so gives
the opportunity to create more flexible signatures.

See gh-29005
2022-09-12 10:07:31 +02:00
..
src Allow MethodReference to define a more flexible signature 2022-09-12 10:07:31 +02:00
spring-aop.gradle Update scoped proxy AOT support 2022-05-05 13:25:37 -07:00