org.jboss.cdi.tck.tests.context.passivating.broken.decorator.field
Class CityDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.passivating.broken.decorator.field.CityDecorator
All Implemented Interfaces:
Serializable, CityInterface

@Decorator
public class CityDecorator
extends Object
implements CityInterface, Serializable

See Also:
Serialized Form

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

Constructor Detail

CityDecorator

public CityDecorator()
Method Detail

foo

public void foo()
Specified by:
foo in interface CityInterface


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