I've got an object with some internal state. I want the state to travel
across the wire to a client, and come back, but I don't want a public
setter.

Is there a way of using JAXB annotations to achieve this?

Reply via email to