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


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

Hides any method or type that this annotation is applied to from the client, both at design-time and runtime (so invokes will fail). When applied to a type, all methods in that type will be hidden by default, unless exposed by ExposeToClient.

Version:
$Rev: 33719 $ - $Date: 2011-10-18 11:33:27 -0700 (Tue, 18 Oct 2011) $
Author:
small