Package org.infinispan.cdi.remote
Annotation Interface Remote
@Target({METHOD,FIELD,PARAMETER,TYPE})
@Retention(RUNTIME)
@Documented
@Qualifier
public @interface Remote
Qualifier used to specify which remote cache will be injected.
- Author:
- Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe remote cache name. If no value is provided the default cache is assumed.- Default:
- ""
-