You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now we assume strict adherence to the beans standard, which means the beans should be mutable w/ their set methods. but it would be great if you can use the builder pattern and have immutable beans.
iirc, JAXB has some support for this that would be worth reviewing
The text was updated successfully, but these errors were encountered:
right now we assume strict adherence to the beans standard, which means the beans should be mutable w/ their
set
methods. but it would be great if you can use the builder pattern and have immutable beans.iirc, JAXB has some support for this that would be worth reviewing
The text was updated successfully, but these errors were encountered: