[ 
https://issues.apache.org/jira/browse/DELTASPIKE-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176549#comment-13176549
 ] 

Mark Struberg commented on DELTASPIKE-20:
-----------------------------------------

CdiUtils sounds a bit too loose. I'd rather name it ContextualInstanceProvider 
and let it resolve the BeanManager internally.
                
> move util methods to CdiUtils
> -----------------------------
>
>                 Key: DELTASPIKE-20
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-20
>             Project: DeltaSpike
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Gerhard Petracek
>            Assignee: Mark Struberg
>
> public <T> T getContextualReference(Class<T> type, boolean 
> optionalBeanAllowed, Annotation... qualifiers)
> public <T> T getContextualReference(String name, boolean optionalBeanAllowed, 
> Class<T> targetType)
> public <T> T getContextualReference(Bean<T> bean, boolean 
> optionalBeanAllowed, Class<T> targetType)
> public <T> List<T> getContextualReferences(Class<T> type, boolean 
> optionalBeanAllowed, Annotation... qualifiers)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to