Based on a request from @odrotbohm, we intend to change ApplicationListenerMethodAdapter#getTargetMethod() from protected visibility to public. It turns out that getTargetMethod() as well getCondition() and isDefaultExecution() are just meant to provide access to pre-parsed state and are not designed for overriding, so we also declare them as `final´ now.
Based on a request from @odrotbohm, we intend to change
ApplicationListenerMethodAdapter#getTargetMethod()from protected visibility to public. It turns out thatgetTargetMethod()as wellgetCondition()andisDefaultExecution()are just meant to provide access to pre-parsed state and are not designed for overriding, so we also declare them as `final´ now.