You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, TransactionalApplicationListenerMethodAdapter is invoked with MyClass as target class, but MyInterface.foo() as method. The annotation lookup then fails, as only the interface method is inspected, not the one on the target class.