Issue Details (XML | Word | Printable)

Key: OPENEJB-768
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 Collections and Maps using Java Generics

Created: 11/Mar/08 04:25 AM   Updated: 11/Mar/08 04:26 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:26 AM


 Description  « Hide
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}

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.