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