| 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 |
|---|---|
<T> Producer<T> |
ProducerFactory.createProducer(Bean<T> bean)
Creates a Producer for the given Bean
|
Producer<RETURNTYPE> |
ProcessProducer.getProducer()
Returns producer instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessProducer.setProducer(Producer<RETURNTYPE> producer)
Replaces producer instance.
|
Copyright © 2025. All rights reserved.