@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface ExposeMethodToClient
Exposes a get/set method to the client.
In the dto both get and set methods will be generated. If added to a set
method the dto's value can be merged back to the poso.