| Modifier and Type | Method and Description |
|---|---|
Employee |
getConstructorEmployee() |
Employee |
getFieldEmployee() |
Employee |
getInitializerEmployee() |
void |
init(Employee employee) |
boolean |
intercepted() |
boolean |
isPostConstructCalled() |
static boolean |
isPreDestroyCalled() |
void |
postConstruct() |
void |
preDestroy() |
static void |
reset() |
@Inject public Office(Employee constructorEmployee)
@Inject public void init(Employee employee)
@PostConstruct public void postConstruct()
@PreDestroy public void preDestroy()
public Employee getFieldEmployee()
public Employee getConstructorEmployee()
public Employee getInitializerEmployee()
public boolean isPostConstructCalled()
public static void reset()
public static boolean isPreDestroyCalled()
public boolean intercepted()
Copyright © 2008–2016 CDI TCK. All rights reserved.