org.jboss.cdi.tck.tests.extensions.annotated.synthetic
Class VerifyingExtension

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.annotated.synthetic.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
protected  Set<Class<?>> getPatClasses()
           
protected  Set<Class<?>> getPsatClasses()
           
protected  Map<Class<?>,javax.enterprise.inject.spi.Extension> getSources()
           
<T> void
verify(javax.enterprise.inject.spi.ProcessAnnotatedType<T> event)
           
<T> void
verifySource(javax.enterprise.inject.spi.ProcessSyntheticAnnotatedType<T> 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

verify

public <T> void verify(@Observes
                       javax.enterprise.inject.spi.ProcessAnnotatedType<T> event)

verifySource

public <T> void verifySource(@Observes
                             javax.enterprise.inject.spi.ProcessSyntheticAnnotatedType<T> event)

getPatClasses

protected Set<Class<?>> getPatClasses()

getPsatClasses

protected Set<Class<?>> getPsatClasses()

getSources

protected Map<Class<?>,javax.enterprise.inject.spi.Extension> getSources()


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