I often separate my transport layer from my business logic layer, although they use very similar objects. Often their fields and types are identical. I frequently write boilerplate to construct one object from the other, or transform one into the other. I would really appreciate an annotation to do that instead.
I often separate my transport layer from my business logic layer, although they use very similar objects. Often their fields and types are identical. I frequently write boilerplate to construct one object from the other, or transform one into the other. I would really appreciate an annotation to do that instead.