org.jboss.cdi.tck.tests.extensions.beanManager.bean
Class FireTruck

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.beanManager.bean.FireTruck
All Implemented Interfaces:
Vehicle

public class FireTruck
extends Object
implements Vehicle


Constructor Summary
FireTruck()
           
 
Method Summary
 boolean decorated()
           
 String foo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FireTruck

public FireTruck()
Method Detail

decorated

public boolean decorated()
Specified by:
decorated in interface Vehicle

foo

public String foo()
Specified by:
foo in interface Vehicle


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