Package org.infinispan.cdi.remote
Annotation Type 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
-
-
Element Detail
-
value
String value
The remote cache name. If no value is provided the default cache is assumed.- Default:
- ""
-
-