org.jboss.cdi.tck.tests.deployment.packaging.visibility
Class AnnotatedTypeObserverExtension

java.lang.Object
  extended by org.jboss.cdi.tck.tests.deployment.packaging.visibility.AnnotatedTypeObserverExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

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


Constructor Summary
AnnotatedTypeObserverExtension()
           
 
Method Summary
 boolean observed(Class<?> c)
           
<X> void
processAnnotatedType(javax.enterprise.inject.spi.ProcessAnnotatedType<X> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedTypeObserverExtension

public AnnotatedTypeObserverExtension()
Method Detail

processAnnotatedType

public <X> void processAnnotatedType(@Observes
                                     javax.enterprise.inject.spi.ProcessAnnotatedType<X> event)

observed

public boolean observed(Class<?> c)


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