Support for Generic Collections and Maps
----------------------------------------
Key: XBEAN-103
URL: https://issues.apache.org/jira/browse/XBEAN-103
Project: XBean
Issue Type: New Feature
Reporter: David Blevins
Assignee: David Blevins
Fix For: 3.4
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;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.