Is there an annotation of the equivalent
I dont want this specified in the spring config xml but want an annotation that can be in a controllerCode:<mvc:interceptor> <mvc:mapping path="/app/user**"/> <bean class="x.y.z" /> </mvc:interceptor>
Is there an annotation of the equivalent
I dont want this specified in the spring config xml but want an annotation that can be in a controllerCode:<mvc:interceptor> <mvc:mapping path="/app/user**"/> <bean class="x.y.z" /> </mvc:interceptor>