You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2009/10/30 13:14:59 UTC

[jira] Updated: (OWB-153) javax.enterprise.inject.spi.Decorator#getDelegateBindings() must be renamed to getDelegateQualifiers();

     [ https://issues.apache.org/jira/browse/OWB-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg updated OWB-153:
------------------------------

    Affects Version/s: M3
        Fix Version/s: M4
             Assignee: Mark Struberg  (was: Gurkan Erdogdu)

> javax.enterprise.inject.spi.Decorator#getDelegateBindings() must be renamed to getDelegateQualifiers();
> -------------------------------------------------------------------------------------------------------
>
>                 Key: OWB-153
>                 URL: https://issues.apache.org/jira/browse/OWB-153
>             Project: OpenWebBeans
>          Issue Type: Bug
>    Affects Versions: M3
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: M4
>
>
> the interface from the spec:
> {noformat}
> public interface Decorator<T> extends Bean<T> {
>     public Set<Type> getDecoratedTypes();
>     public Type getDelegateType();
>     public Set<Annotation> getDelegateQualifiers();
> }
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.