org.jboss.cdi.tck.tests.context.passivating.transientreference
Class Spoon
java.lang.Object
org.jboss.cdi.tck.tests.context.passivating.transientreference.Spoon
- All Implemented Interfaces:
- Serializable
@SessionScoped
public class Spoon
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
Spoon()
|
Spoon(javax.enterprise.inject.spi.BeanManager beanManager,
Meal meal)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Spoon
public Spoon()
Spoon
@Inject
public Spoon(javax.enterprise.inject.spi.BeanManager beanManager,
@TransientReference
Meal meal)
initMeal2
@Inject
public void initMeal2(@TransientReference
Meal meal,
javax.enterprise.inject.spi.BeanManager beanManager)
isConstructorParamInjected
public boolean isConstructorParamInjected()
isInitParamInjected
public boolean isInitParamInjected()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.