Issue Details (XML | Word | Printable)

Key: OPENEJB-769
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: David Blevins
Reporter: David Blevins
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenEJB

Dependency Injection of Enums

Created: 11/Mar/08 04:28 AM   Updated: 11/Mar/08 04:29 AM
Return to search
Component/s: None
Affects Version/s: 3.0-beta-1, 3.0-beta-2
Fix Version/s: 3.0

Time Tracking:
Not Specified

Issue Links:
Reference
 

Resolution Date: 11/Mar/08 04:29 AM


 Description  « Hide
Such as:

{code}
public enum Color {
    RED, GREEN, BLUE;
}
{code}

{code}
@Resource
public Color color;
{code}

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
David Blevins made changes - 11/Mar/08 04:29 AM
Field Original Value New Value
Link This issue relates to XBEAN-104 [ XBEAN-104 ]
David Blevins made changes - 11/Mar/08 04:29 AM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]