org.jboss.cdi.tck.interceptors.tests.lifecycleCallback.overriden.wrapped
Class WrappingExtension

java.lang.Object
  extended by org.jboss.cdi.tck.interceptors.tests.lifecycleCallback.overriden.wrapped.WrappingExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

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


Constructor Summary
WrappingExtension()
           
 
Method Summary
<T extends Bird>
void
observeBirdTypes(javax.enterprise.inject.spi.ProcessAnnotatedType<T> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappingExtension

public WrappingExtension()
Method Detail

observeBirdTypes

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


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