Package io.joynr.jeeintegration.api
Annotation Type JoynrLocalDomain
-
@Documented @Retention(RUNTIME) @Target({METHOD,PARAMETER,FIELD}) @Qualifier public @interface JoynrLocalDomain
Used to specify the local joynr domain to use during application and runtime creation if the default should not be used.Similar to
JoynrProperties, this is used to decorate a producer method. The decorated method must return aStringvalue, 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.