Hi
I'd like to ask for a clarification re DynamicFeature, the docs say:
"Dynamic feature provider is used by JAX-RS runtime to register
providers that shall be applied to a particular resource class and
method and overrides any annotation-based binding definitions defined on
the returned resource filter or interceptor instance. "
I'm confused by "...overrides any annotation-based binding definitions
defined on the returned resource filter or interceptor instance."
The feature dynamically adds providers (filters, interceptors). What
exactly the 'overrides' refers to ?
Thanks, Sergey