org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint
Class InjectingBean

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.InjectingBean

public class InjectingBean
extends Object


Constructor Summary
InjectingBean(Bravo<String> bravo)
           
 
Method Summary
 void init(Charlie charlie)
           
 org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.ProducedBean produce(Alpha<Integer> alpha, Bravo<Integer> bravo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectingBean

@Inject
public InjectingBean(@Bar
                            Bravo<String> bravo)
Method Detail

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-2013 Seam Framework. All Rights Reserved.