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

java.lang.Object
  extended by org.jboss.cdi.tck.interceptors.tests.lifecycleCallback.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
 void observeEagleType(javax.enterprise.inject.spi.ProcessAnnotatedType<Eagle> 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

observeEagleType

public void observeEagleType(@Observes
                             javax.enterprise.inject.spi.ProcessAnnotatedType<Eagle> event)


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