
google-web-toolkit - issue #3803
Make RemoteServiceRelativePath annotation RetentionPolicy.RUNTIME
Detailed description:
If the RemoteServiceRelativePath annotation were RetentionPolicy.RUNTIME, servlet frameworks could be made to automatically register RemoteService implementing servlets at the correct path with zero configuration. The Gods of DRY would rejoice.
The runtime impact would be negligible given that there are generally not a huge number of classes implementing RemoteService and having the RemoteServiceRelativePath annotation loaded in a VM at any given time.
Comment #1
Posted on Dec 15, 2009 by Grumpy DogSGTM
Comment #2
Posted on Apr 19, 2010 by Quick OxComment #3
Posted on Apr 19, 2010 by Quick Ox(No comment was entered for this change.)
Comment #4
Posted on Oct 29, 2010 by Grumpy Hippo(No comment was entered for this change.)
Status: Fixed
Labels:
Category-RPC
Type-Enhancement
Milestone-2_1