开发者

Use pojo as gwt RequestFactory proxy instead of interface

Is there any easy way to use a pojo as a request factory proxy and not an interface? The case is that I would like to reuse the actual value object as is without creating an interface describing it.

I do not that this can not be done out of the box. GWT fails to compile wi开发者_如何学编程th an error regarding non getter/setter methods insite the "proxy" class.


This not possible, by design. See this previous StackOverflow answer.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜