org.jboss.cdi.tck.tests.extensions.registration
Class AnotherManualBeanRegistrationExtension

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

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

An extension which registers a bean programmatically.

Author:
Dan Allen

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

Constructor Detail

AnotherManualBeanRegistrationExtension

public AnotherManualBeanRegistrationExtension()
Method Detail

registerBeans

public void registerBeans(@Observes
                          javax.enterprise.inject.spi.BeforeBeanDiscovery event,
                          javax.enterprise.inject.spi.BeanManager bm)


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