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: 29059 $ - $Date: 2010-04-29 17:19:33 -0700 (Thu, 29 Apr 2010) $
Author:
small