org.springframework.web.bind.annotation cannot be resolved
Hi I'm trying to build application in which spring is used and when I import package org.springframework.web.bind.annotation.RequestMap ping. I found error org.springframework.web.bind.annotation not resolved.
After adding jars in classpath I explore to check but, I found after exploring spring-web.jar - org.springframework.web.bind not org.springframework.web.bind.annotation.RequestMap ping
org.springframework.web.bind.(all is different and not getting annotation here)