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

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

@Named(value="foxRun")
@Default
public class FoxRun
extends Object


Field Summary
 Fox anotherFox
           
 Fox fox
           
 Fox petFox
           
 
Constructor Summary
FoxRun()
           
 
Method Summary
 void destroy()
           
static boolean isDestroyed()
           
static void setDestroyed(boolean destroyed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fox

@Inject
public Fox fox

anotherFox

@Inject
public Fox anotherFox

petFox

@Inject
@Pet
public Fox petFox
Constructor Detail

FoxRun

public FoxRun()
Method Detail

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.