Hello,
I have following annotations in my code: @Subscriber and @Handler.
However, its failing to compile as I get this:
Handler cannot be resolved to a type
Subscriber cannot be resolved to a type
So what jar dependency do I need to include in my MAVEN POM to get this working? I've included all the Spring Integration jars but still not working.
Any ideas? Hope someone can help.
Regards
Gautam


Reply With Quote