org.jboss.cdi.tck.tests.lookup.injection.enums
Class VerifyingExtension
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerifyingExtension
public VerifyingExtension()
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.