You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2008/03/11 05:26:46 UTC

[jira] Created: (OPENEJB-768) Dependency Injection of Collections and Maps using Java Generics

Dependency Injection of Collections and Maps using Java Generics
----------------------------------------------------------------

                 Key: OPENEJB-768
                 URL: https://issues.apache.org/jira/browse/OPENEJB-768
             Project: OpenEJB
          Issue Type: New Feature
    Affects Versions: 3.0-beta-2, 3.0-beta-1
            Reporter: David Blevins
            Assignee: David Blevins
             Fix For: 3.0


Such as:
{code}
@Resource
public List<Class> listOfClass;

@Resource
public Map<String,Class> mapOfClass;

@Resource
public Map<URI, String> mapOfURI;

@Resource
public Set<URI> setOfURI;
{code}

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


[jira] Closed: (OPENEJB-768) Dependency Injection of Collections and Maps using Java Generics

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins closed OPENEJB-768.
---------------------------------

    Resolution: Fixed

> Dependency Injection of Collections and Maps using Java Generics
> ----------------------------------------------------------------
>
>                 Key: OPENEJB-768
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-768
>             Project: OpenEJB
>          Issue Type: New Feature
>    Affects Versions: 3.0-beta-1, 3.0-beta-2
>            Reporter: David Blevins
>            Assignee: David Blevins
>             Fix For: 3.0
>
>
> Such as:
> {code}
> @Resource
> public List<Class> listOfClass;
> @Resource
> public Map<String,Class> mapOfClass;
> @Resource
> public Map<URI, String> mapOfURI;
> @Resource
> public Set<URI> setOfURI;
> {code}

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