David Blevins created CXF-8532:
----------------------------------
Summary: @Priority support for ParamConverterProvider
Key: CXF-8532
URL: https://issues.apache.org/jira/browse/CXF-8532
Project: CXF
Issue Type: New Feature
Components: JAX-RS
Reporter: David Blevins
Fix For: 3.5.0
Per spec, ParamConverterProviders can use the {{@Priority}} annotation to
influence the order of precedence.
{code:java}
@Provider
@Priority(88)
public class ParamConverterProviderOne implements ParamConverterProvider {
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)