org.jboss.cdi.tck.tests.context.passivating.broken.decoratorWithNonPassivatingInjectedField
Class UnderwaterCity

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

@SessionScoped
public class UnderwaterCity
extends Object
implements CityInterface, Serializable

See Also:
Serialized Form

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

Constructor Detail

UnderwaterCity

public UnderwaterCity()
Method Detail

foo

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


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