spring-framework/spring-beans
Stéphane Nicoll c75c0ae2d5 Make sure interface method has hints for init/destroy invocation
This commit matches the behavior of the core container when it
invokes a custom init or destroy method. If the custom method is an
interface implementation, the core container attempts to invoke the
method that's defined on the interface. This commit makes sure to also
register a hint for the interface method.

Closes gh-31819
2023-12-12 14:57:35 +01:00
..
src Make sure interface method has hints for init/destroy invocation 2023-12-12 14:57:35 +01:00
spring-beans.gradle Merge branch '6.0.x' 2023-08-02 01:04:31 +02:00