org.infinispan.cdi
Annotation Type Infinispan


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD,PARAMETER,TYPE})
@GenericType(value=Configuration.class)
public @interface Infinispan

This annotation is used to define a specific cache Configuration. This configuration will be registered in the default CacheContainer implementation provided by the DefaultCacheManagerProducer.

Author:
Pete Muir

Optional Element Summary
 String value
          The configuration name.
 

value

public abstract String value
The configuration name.

Default:
""

-->

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