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

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

public class VehicleDecorator
extends Object
implements Vehicle


Constructor Summary
VehicleDecorator()
           
 
Method Summary
 void start()
           
 
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 void start()
Specified by:
start in interface Vehicle


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