org.jboss.cdi.tck.tests.deployment.discovery.enterprise
Class VerifyingExtension

java.lang.Object
  extended by org.jboss.cdi.tck.tests.deployment.discovery.enterprise.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
 List<Class<?>> getObservedAnnotatedTypes()
           
 void observeProcessAnnotatedType(javax.enterprise.inject.spi.ProcessAnnotatedType<?> 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

observeProcessAnnotatedType

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

getObservedAnnotatedTypes

public List<Class<?>> getObservedAnnotatedTypes()


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