Issue Details (XML | Word | Printable)

Key: XBEAN-103
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: David Blevins
Reporter: David Blevins
Votes: 0
Watchers: 0
Available Workflow Actions

Reopen Issue
Operations

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

Support for Generic Collections and Maps

Created: 08/Mar/08 10:18 PM   Updated: 11/Mar/08 04:26 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 3.4

Time Tracking:
Not Specified

Issue Links:
Reference
 

Resolution Date: 08/Mar/08 10:22 PM


 Description  « Hide
Such as:

public List<Class> listOfClass;
public List<URI> listOfURI;
public Map<String,Class> mapOfClass;
public Map<URI, String> mapOfURI;
public Set<Class> setOfClass;
public Set<URI> setOfURI;



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order