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