[ http://jira.codehaus.org/browse/JIBX-15?page=history ] Dennis Sosnoski closed JIBX-15: -------------------------------
> Provide an option to no instanciate collections > ----------------------------------------------- > > Key: JIBX-15 > URL: http://jira.codehaus.org/browse/JIBX-15 > Project: JiBX > Type: Improvement > Components: core > Versions: 1.0-beta3a > Reporter: Guillaume Pothier > Assignee: Dennis Sosnoski > Priority: Minor > Fix For: 1.0-RC0 > > > It would be nice to add an attribute to the <collection> tag that permits to > specify if the collection should be instanciated or not? For instance, I have > this class: > class A > { > private List itsList = new ArrayList (); > public List getList () {return itsList;} > } > As instanciating this class automatically instanciates the list, I do not > want to have a setList method (nor I want JiBX instanciating a list and > setting my itsList field) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ jibx-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-devs
