org.jboss.cdi.tck.tests.extensions.beanManager.unmanaged
Class Nail
java.lang.Object
org.jboss.cdi.tck.tests.extensions.beanManager.unmanaged.Nail
public class Nail
- extends Object
|
Constructor Summary |
Nail()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
postConstructCalled
public static boolean postConstructCalled
preDestroyCalled
public static boolean preDestroyCalled
Nail
public Nail()
init
@PostConstruct
public void init()
destroy
@PreDestroy
public void destroy()
reset
public static void reset()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.