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:28:46 UTC

[jira] Created: (OPENEJB-769) Dependency Injection of Enums

Dependency Injection of Enums
-----------------------------

                 Key: OPENEJB-769
                 URL: https://issues.apache.org/jira/browse/OPENEJB-769
             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}
public enum Color {
    RED, GREEN, BLUE;
}
{code}

{code}
@Resource
public Color color;
{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-769) Dependency Injection of Enums

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

David Blevins closed OPENEJB-769.
---------------------------------

    Resolution: Fixed

> Dependency Injection of Enums
> -----------------------------
>
>                 Key: OPENEJB-769
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-769
>             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}
> public enum Color {
>     RED, GREEN, BLUE;
> }
> {code}
> {code}
> @Resource
> public Color color;
> {code}

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