org.jboss.cdi.tck.tests.context.passivating.injection
Class AnimalDecorator

java.lang.Object
  extended by 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

Constructor Summary
AnimalDecorator(Truck truck, Pasture pasture)
           
 
Method Summary
 void init(Truck truck, Pasture pasture)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimalDecorator

@Inject
public AnimalDecorator(Truck truck,
                              Pasture pasture)
Method Detail

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.