com.wavemaker.runtime.service.annotations
Annotation Type ExposeToClient


@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
@Documented
public @interface ExposeToClient

Exposes any method or type that this annotation is applied to to the client. By default, all exposed services behave as if they have been annotated with ExposeToClient. This is mostly useful to annotate individual methods for exposure, after the type that they belong to has been annotated with HideFromClient.

Version:
$Rev: 29059 $ - $Date: 2010-04-29 17:19:33 -0700 (Thu, 29 Apr 2010) $
Author:
small