org.jboss.jsr299.tck.tests.extensions.annotated
Class ProcessAnnotatedTypeObserver

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.extensions.annotated.ProcessAnnotatedTypeObserver
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

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


Constructor Summary
ProcessAnnotatedTypeObserver()
           
 
Method Summary
static HashSet<Class<?>> getAnnotatedclasses()
           
static javax.enterprise.inject.spi.AnnotatedType<org.jboss.jsr299.tck.tests.extensions.annotated.Dog> getDogAnnotatedType()
           
 void observeAnnotatedType1(javax.enterprise.inject.spi.ProcessAnnotatedType<org.jboss.jsr299.tck.tests.extensions.annotated.AbstractC> event)
           
 void observeAnnotatedTypes(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

ProcessAnnotatedTypeObserver

public ProcessAnnotatedTypeObserver()
Method Detail

observeAnnotatedType1

public void observeAnnotatedType1(@Observes
                                  javax.enterprise.inject.spi.ProcessAnnotatedType<org.jboss.jsr299.tck.tests.extensions.annotated.AbstractC> event)

observeAnnotatedTypes

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

getAnnotatedclasses

public static HashSet<Class<?>> getAnnotatedclasses()

getDogAnnotatedType

public static javax.enterprise.inject.spi.AnnotatedType<org.jboss.jsr299.tck.tests.extensions.annotated.Dog> getDogAnnotatedType()


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