Creating a List<> Member with Spring Roo that does not answer my question!
So what I want to do is "field list --fieldName addressList" but the Spring roo seems only allow "field set --fieldName addressList --type ~.model.A" and I can't even do " field set --fieldName addressList --type java.lang.String"
so it should be very simple but how come it doesn't support that? or what should I be doing instead to achieve the same result?