@Target(value={PARAMETER,FIELD,METHOD,TYPE,PACKAGE})
@Retention(value=RUNTIME)
public @interface ClientName
Used to name a declaration something different on the client-side. E.g. rename an AMF class or C# property or something like that.
- Author:
- Ryan Heaton