Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.client.api
Annotation Type Local


@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.

Author:
Mike Brock


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.