You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2009/11/01 15:26:59 UTC

[jira] Commented: (CXF-2016) Add wildcard type signature to InterceptorProvider and implementations

    [ https://issues.apache.org/jira/browse/CXF-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772320#action_12772320 ] 

Benson Margulies commented on CXF-2016:
---------------------------------------

Dan, let's do this for 2.3.

> 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
>         Attachments: cxf-2016.txt
>
>
> 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.