Hi!
would it be possible to have a default value for the
RemoteServiceRelativePath annotation?
Like the interface name?
For example:
@RemoteServiceRelativePath("StockPriceService")
public interface StockPriceService extends RemoteService { ... }
could be written just as
public interface StockPriceService extends RemoteService { ... }
And "StockPriceService" would be the default name is there is no
annotation?
Would save some typing for the developer.
Regards,
David
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.