org.jboss.cdi.tck.tests.context.passivating.injection
Class AnimalDecorator
java.lang.Object
org.jboss.cdi.tck.tests.context.passivating.injection.AnimalDecorator
- All Implemented Interfaces:
- Serializable, Animal
@Decorator
public class AnimalDecorator
- extends Object
- implements Animal, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnimalDecorator
@Inject
public AnimalDecorator(Truck truck,
Pasture pasture)
init
@Inject
public void init(Truck truck,
Pasture pasture)
run
public void run()
- Specified by:
run in interface Animal
Copyright © 2008-2012 Seam Framework. All Rights Reserved.