|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={FIELD,TYPE,METHOD}) @Qualifier public @interface Local
Local indicates the scope of the service, endpoint or any other bus enabled
service should be limited to the local bus. If @Local
is
used on the client, then the service is only visible to other client
components. If @Local
is used on the server, then the service is only
visible to other server components.
Note: Errai extensions that build on top of the bus and extend its functionality should make their best efforts to integrate this annotation and its intended behaviour.
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |