|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||