org.jboss.cdi.tck.tests.extensions.registration
Class AnotherManualBeanRegistrationExtension
java.lang.Object
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
|
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 |
AnotherManualBeanRegistrationExtension
public AnotherManualBeanRegistrationExtension()
registerBeans
public void registerBeans(@Observes
javax.enterprise.inject.spi.BeforeBeanDiscovery event,
javax.enterprise.inject.spi.BeanManager bm)
Copyright © 2008-2012 Seam Framework. All Rights Reserved.