@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Filter
Path annotation for restriction filter scope. If
@Path is not specified then filter will be applied for all requests
(RequestFilter), responses (ResponseFilter) or all resource methods
(MethodInvokerFilter).RequestFilter,
ResponseFilter,
MethodInvokerFilterCopyright © 2015. All rights reserved.