org.jboss.cdi.tck.tests.lookup.injection.enums
Class VerifyingExtension

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.injection.enums.VerifyingExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

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


Constructor Summary
VerifyingExtension()
           
 
Method Summary
 Set<Class<?>> getObservedEnums()
           
 void observeBasicEnum(javax.enterprise.inject.spi.ProcessAnnotatedType<? extends Enum<?>> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyingExtension

public VerifyingExtension()
Method Detail

observeBasicEnum

public void observeBasicEnum(@Observes
                             javax.enterprise.inject.spi.ProcessAnnotatedType<? extends Enum<?>> event)

getObservedEnums

public Set<Class<?>> getObservedEnums()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.