@Retention(value=RUNTIME) @Target(value={FIELD,TYPE,METHOD}) @Qualifier public @interface Local
@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.
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.