org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint
Class InjectingBean
java.lang.Object
org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.InjectingBean
public class InjectingBean
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectingBean
@Inject
public InjectingBean(@Bar
Bravo<String> bravo)
init
@Inject
public void init(Charlie charlie)
produce
@Produces
public org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.ProducedBean produce(@Foo
Alpha<Integer> alpha,
@Bar
Bravo<Integer> bravo)
Copyright © 2008-2012 Seam Framework. All Rights Reserved.