After I found the @RooBeanInfo annotation, I tested it with a simple class:
I was expecting an auto-generated BeanInfo class, in the vein of @RooJavaBean, but that didn't happen. Digging around in the addon-beaninfo sourcecode didn't enlighten me neither.Code:@RooJavaBean @RooToString public class Item{ @NotNull private String type; public String getFoo() { return ""; } public void setFoo(String s) { } }
Could I have some information about the purpose of this annotation and the corresponding Roo plugin?
Cheers, Andreas


Reply With Quote