Rongzhou Shen
Results
2
comments of
Rongzhou Shen
@sjaakd yes, however, assuming `DomainDto` looked like: ```java public class DomainDto { private String targetA; private String targetB; } ``` `DomainObjB` looked like: ```java public class DomainObjB { private String...
I agree with @darrelmiller 's comment about having multiple categories of use cases. A question I have is actually whether the Overlay specification generates a new API altogether or is...