org.jboss.cdi.tck.tests.extensions.beanManager.broken.event
Class FooExtension

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.beanManager.broken.event.FooExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

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

Author:
Martin Kouba, Jozef Hartinger

Constructor Summary
FooExtension()
           
 
Method Summary
 void observeProcessAnnotatedType(javax.enterprise.inject.spi.BeforeBeanDiscovery bbd, javax.enterprise.inject.spi.BeanManager beanManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FooExtension

public FooExtension()
Method Detail

observeProcessAnnotatedType

public void observeProcessAnnotatedType(@Observes
                                        javax.enterprise.inject.spi.BeforeBeanDiscovery bbd,
                                        javax.enterprise.inject.spi.BeanManager beanManager)


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