Annotation Interface Filter


@Target(TYPE) @Retention(RUNTIME) public @interface Filter
Marks an implementation of an extension interface. Filters may contain 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).
Version:
$Id: $
Author:
Andrey Parfonov
See Also: