@Documented @Retention(value=RUNTIME) @Target(value={METHOD,PARAMETER,FIELD}) @Qualifier public @interface JoynrLocalDomain
Similar to JoynrProperties, this is used to decorate a producer method. The decorated method must return a
String value, which will then be used as the local domain of the joynr runtime.
Note that if the EJB which contains the producer methods implements an interface, then the producer methods also need to be declared in that interface, otherwise CDI won't recognise the method implementations as producers.
Copyright © 2019. All rights reserved.