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

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

@Veto
public class VehicleDecorator
extends Object
implements Vehicle


Constructor Summary
VehicleDecorator()
           
 
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

VehicleDecorator

public VehicleDecorator()
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.