T - public class DependentInstance<T> extends Object
| Constructor and Description |
|---|
DependentInstance(javax.enterprise.inject.spi.BeanManager beanManager,
Class<T> beanType,
Annotation... qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
DependentInstance<T> |
destroy()
Destroy the created instance properly.
|
T |
get() |
boolean |
isDestroyed() |
public DependentInstance(javax.enterprise.inject.spi.BeanManager beanManager,
Class<T> beanType,
Annotation... qualifiers)
public T get()
public DependentInstance<T> destroy()
public boolean isDestroyed()
true if destroyed, false otherwiseCopyright © 2008–2016 CDI TCK. All rights reserved.