| Class | Description |
|---|---|
| AbstractInjectable<T> |
Abstract implementation of all components which are injectable.
|
| AlternativesManager |
This class has 2 responsibilities.
1.) to collect information about configured @Alternatives at boot time
2.) answer if a class is an enabled Alternative.
|
| InjectableConstructor<T> |
Injects the parameters of the
ManagedBean constructor and returns
the created instance. |
| InjectableField<T> |
Field type injection.
|
| InjectableMethod<T> | |
| OWBInjector |
Injects dependencies of the given Java EE component
instance.
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.