- All Implemented Interfaces:
- javax.ws.rs.container.ContainerRequestFilter, org.springframework.beans.factory.Aware, org.springframework.context.EnvironmentAware
@Provider
@Priority(value=5000)
public class DeprecationFilter
extends Object
implements javax.ws.rs.container.ContainerRequestFilter, org.springframework.context.EnvironmentAware
Manages deprecations per resource/collection.
Default JAX-RS provider and is automatically picked-up by the FF!API Spring context because of the package (component) scanner.
- Since:
- 7.8.1
- Author:
- Niels Meijer