org.jboss.cdi.tck.tests.context.dependent
Class FoxRun
java.lang.Object
org.jboss.cdi.tck.tests.context.dependent.FoxRun
@Named(value="foxRun")
@Default
public class FoxRun
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fox
@Inject
public Fox fox
anotherFox
@Inject
public Fox anotherFox
petFox
@Inject
@Pet
public Fox petFox
FoxRun
public FoxRun()
destroy
@PreDestroy
public void destroy()
setDestroyed
public static void setDestroyed(boolean destroyed)
isDestroyed
public static boolean isDestroyed()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.