public interface ExplicitConstructor
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructorCalls() |
SimpleBean |
getInjectedSimpleBean() |
void |
setConstructorCalls(int numCalls) |
void |
setInjectedSimpleBean(SimpleBean injectedSimpleBean) |
int getConstructorCalls()
void setConstructorCalls(int numCalls)
SimpleBean getInjectedSimpleBean()
void setInjectedSimpleBean(SimpleBean injectedSimpleBean)
Copyright © 2008–2016 CDI TCK. All rights reserved.