I'm getting is neither a getter nor a setter
when gwt is compiling my @JsonRpcProxy
annotated ValueProxy
interfaces.
I have those methods implemented with an Autobean Category
but seems that RquestFactoryGenerator
can't handle them:
[ERROR] [modules] The method public abstract client.beans.ExpenseFreeBase findExpenseFreeBaseAssignedForThisDate(java.util.Date date) is neither a getter nor a setter
Some help?