org.apache.myfaces.extensions.cdi.alternative.implementation.impl
Class AlternativeImplementationExtension

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.alternative.implementation.impl.AlternativeImplementationExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

public class AlternativeImplementationExtension
extends Object
implements javax.enterprise.inject.spi.Extension

Extension for filtering beans in a portable manner


Constructor Summary
AlternativeImplementationExtension()
           
 
Method Summary
protected
<T> void
vetoDefaultImplementation(javax.enterprise.inject.spi.ProcessAnnotatedType<T> processAnnotatedType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlternativeImplementationExtension

public AlternativeImplementationExtension()
Method Detail

vetoDefaultImplementation

protected <T> void vetoDefaultImplementation(@Observes
                                             javax.enterprise.inject.spi.ProcessAnnotatedType<T> processAnnotatedType)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.