org.infinispan.cdi
Annotation Type OverrideDefault


Deprecated. The Infinispan CDI integration module now uses the DefaultBean from Solder. The OverrideDefault annotation is not necessary and will be removed in a future release. See DefaultEmbeddedCacheManagerProducer and DefaultEmbeddedCacheConfigurationProducer for more details.

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

This annotation is used to qualify the provided default embedded cache configuration or/and the default embedded cache manager.

Author:
Kevin Pollet (C) 2011 SERLI


-->

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