I am slowly entering the Java world through the Spring Framework (4.1.0) and need your help with Listeners.
I created an application without a deployment descriptor, all associated Spring configuration is managed in @Configuration annotated classes. Everything works, but I canβt find a way to register listeners.
Question How can I register listeners in Spring (4.1.0) based on Java @Configuration annotated classes?
source share