Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cdi
Annotation Type Remote


@Target(value={METHOD,FIELD,PARAMETER,TYPE})
@Retention(value=RUNTIME)
@Documented
@Qualifier
public @interface Remote

Qualifier used to specify which remote cache will be injected.

Author:
Kevin Pollet (C) 2011 SERLI

Optional Element Summary
 String value
          The remote cache name.
 

value

public abstract String value
The remote cache name. If no value is provided the default cache is assumed.

Default:
""

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.