org.jboss.cdi.tck.tests.decorators.custom.broken.toomanydelegateinjectionpoints
Class VehicleDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.custom.broken.toomanydelegateinjectionpoints.VehicleDecorator
All Implemented Interfaces:
Vehicle

public class VehicleDecorator
extends Object
implements Vehicle


Constructor Summary
VehicleDecorator()
           
 
Method Summary
 String start()
           
 String stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleDecorator

public VehicleDecorator()
Method Detail

start

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

stop

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


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