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

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.passivating.injection.Truck

@RequestScoped
public class Truck
extends Object


Constructor Summary
Truck()
           
 
Method Summary
 List<Sheep> getSheeps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Truck

public Truck()
Method Detail

getSheeps

public List<Sheep> getSheeps()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.