Another (hopefully) simple question. I am working to set up the filter chain to handle wrapping in json object, setting headers, intercepting errors, etc.
The order matters. According to this resource [1] I set order with the javax.annotation.Priority annotation. However I cannot seem to import / add / get that annotation recognized. Any clue why that is the case? [1] http://jax-rs-spec.java.net/nonav/2.0-SNAPSHOT/apidocs/javax/ws/rs/container/ContainerResponseFilter.html
