org.jboss.cdi.tck.tests.context.dependent
Class Horse

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.dependent.Horse

public class Horse
extends Object


Field Summary
static boolean destroyed
           
 
Constructor Summary
Horse()
           
 
Method Summary
 void preDestroy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

destroyed

public static boolean destroyed
Constructor Detail

Horse

public Horse()
Method Detail

preDestroy

@PreDestroy
public void preDestroy()


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