public class ScopedInstance<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
javax.enterprise.inject.spi.Bean<T> |
bean |
javax.enterprise.context.spi.CreationalContext<T> |
creationalContext |
T |
instance |
Constructor and Description |
---|
ScopedInstance() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
java.lang.String |
toString() |