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
I'm wondering if you'd be interesting in supporting immutable interfaces? In this model:
All Jaxb classes of name [Type] are renamed to [Type]Impl
All Impl classes implement an interface (in a different package) and that interface is immutable.
The goal here would be to support "practical immutability" for only certain consumers -- ie message handlers. This also supports efficient pooling and reuse of objects (once we figure out how to reinitialize a JAXB object.)
The text was updated successfully, but these errors were encountered:
Very cool plugin. Good work.
I'm wondering if you'd be interesting in supporting immutable interfaces? In this model:
The goal here would be to support "practical immutability" for only certain consumers -- ie message handlers. This also supports efficient pooling and reuse of objects (once we figure out how to reinitialize a JAXB object.)
The text was updated successfully, but these errors were encountered: