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:
""

-->

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