0

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 with an error regarding non getter/setter methods insite the "proxy" class.

BobV
  • 4,143
  • 1
  • 18
  • 27
valotas
  • 21
  • 1

1 Answers1

1

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

Community
  • 1
  • 1
BobV
  • 4,143
  • 1
  • 18
  • 27