Add wildcard type signature to InterceptorProvider and implementations
----------------------------------------------------------------------
Key: CXF-2016
URL: https://issues.apache.org/jira/browse/CXF-2016
Project: CXF
Issue Type: Improvement
Components: Core
Affects Versions: 2.1.2
Reporter: Kenny MacLeod
Priority: Trivial
org.apache.cxf.interceptor.InterceptorProvider and its implementation classes
refer to the raw Interceptor type. The lack of a generic type signature here
means that application code which talks to this API has to have warning
suppressions liberally sprinkled around.
At the very least, Interceptor<?> should be used here, if not something more
specific.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.