spring-framework/spring-aop/src
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
..
main Allow a MethodReference to be produced from a GeneratedMethod 2022-09-12 10:07:13 +02:00
test Allow MethodReference to define a more flexible signature 2022-09-12 10:07:31 +02:00
testFixtures/java/org/springframework/aop/testfixture Generate appropriate bean registration code for scoped proxies 2022-04-26 15:03:54 +02:00