| Package | Description |
|---|---|
| javax.enterprise.inject |
Annotations relating to bean and stereotype definition,
built-in qualifiers, and interfaces and classes relating
to programmatic lookup.
|
| org.jboss.msc.value |
Classes which implement various indirect value types.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Instance<T>
Allows the application to dynamically obtain instances of
beans with a specified combination of required type and
qualifiers.
|
| Constructor and Description |
|---|
ProviderValue(Provider<T> provider)
Create a new instance.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.