Package | Description |
---|---|
javax.enterprise.inject.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
InjectionTarget<T>
Provides operations for performing dependency injection and lifecycle
callbacks on an instance of a type.
|
Modifier and Type | Method and Description |
---|---|
Producer<T> |
ProcessProducer.getProducer()
Returns producer instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessProducer.setProducer(Producer<T> producer)
Replaces producer instance.
|
Copyright © 2022. All rights reserved.