org.jboss.cdi.tck.tests.context.passivating.injection
Class Homestead
java.lang.Object
org.jboss.cdi.tck.tests.context.passivating.injection.Homestead
- All Implemented Interfaces:
- Serializable
@SessionScoped
public class Homestead
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Homestead
protected Homestead()
Homestead
@Inject
public Homestead(Truck truck,
Pasture pasture)
init
@Inject
public void init(Truck truck,
Pasture pasture)
chooseRandomSheepFromDelivery
@Produces
@Huge
@SessionScoped
public Sheep chooseRandomSheepFromDelivery(Truck truck,
Pasture pasture)
Copyright © 2008-2012 Seam Framework. All Rights Reserved.