System.out.println(DescriptorGenerator.generateDescriptor(bean, "myBean"));
System.out.println();
}
public void testConstructorList() {
BeanWithListWithConstructor bean = new BeanWithListWithConstructor();
System.out.println();
System.out.println(DescriptorGenerator.generateDescriptor(bean, "myBean"));
System.out.println();
}