Hi
Is it valid to have
@PreMatch
@A
public class MyFilter implements ContainerRequestFiler {
}
where @A would bind MyFilter to some resource (method) in a post-match
phase ?
Or does @PreMatch means that MyFilter can only ever be executed in a
pre-match phase ?
Cheers, Sergey