Specify interceptor Ordering and Precedence

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2939

This topic has not yet been written. The content below is from the topic description.
You do not specify interceptor precedence by listing interceptor classes. Instead, there are precedence families and a particular interceptor class is associated with a family via the @org.jboss.resteasy.annotations.interception.Precedence annotation. We did this because some of the built in interceptors included with Resteasy are very sensitive to ordering. By specifying precedence through a family structure, we can protect these built in interceptors. An advantage to this approach is that configuration is also a lot easier too for you.