org.jboss.cdi.tck.tests.context.passivating.validation
Class VesselDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.passivating.validation.VesselDecorator
All Implemented Interfaces:
Serializable, Vessel

@Decorator
public class VesselDecorator
extends Object
implements Vessel, Serializable

See Also:
Serialized Form

Constructor Summary
VesselDecorator()
           
 
Method Summary
 void sail()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VesselDecorator

public VesselDecorator()
Method Detail

sail

public void sail()
Specified by:
sail in interface Vessel


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