org.jboss.cdi.tck.tests.extensions.modules
Class ElephantExtension

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.modules.ElephantExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

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


Constructor Summary
ElephantExtension()
           
 
Method Summary
 void registerElephant(javax.enterprise.inject.spi.BeforeBeanDiscovery event, javax.enterprise.inject.spi.BeanManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElephantExtension

public ElephantExtension()
Method Detail

registerElephant

public void registerElephant(@Observes
                             javax.enterprise.inject.spi.BeforeBeanDiscovery event,
                             javax.enterprise.inject.spi.BeanManager manager)


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