I am trying to validate a class on the server side. The annotated class uses classes that are not GWT compatible, therefore it fails the GWT compile. Is there a way to do this? I do have another class validating fine on the server side and client side. But, this class needs to be only on the server.
For reference, I am using the following:
GWT Validation : 2,1
GWT : 2.3
Building using maven.
Thanks,
Jesse