blob: e7425e3235676ac2bd73e86b4cf55ee9c5166eb0 [file] [log] [blame]
package com.test;
public class BeanWithListProp
{
private ListBean _myBean1;
// test a property of type Map
public ListBean getListProp()
{
return _myBean1;
}
}