> I just think there's too much complexity involved in your
> proposal. I think better long-term approach is to eliminate
> the need for the wrapping altogether.
> It just makes things simpler.
I agree. My personal opinion is, that whoever wants that much
control on the list, should better have accessor methods like
void addFoo(String pFoo);
String[] getFoos();
void clearFoos();
Whoever's happy with accessing the list directly, should also be
happy to deal with defaults and fixed values himself. How about
an update of the spec in that direction?
Jochen