public class Nail extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
postConstructCalled |
static boolean |
preDestroyCalled |
| Constructor and Description |
|---|
Nail() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
init() |
static void |
reset() |
public static boolean postConstructCalled
public static boolean preDestroyCalled
@PostConstruct public void init()
@PreDestroy public void destroy()
public static void reset()
Copyright © 2008–2016 CDI TCK. All rights reserved.