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<T> |
ProcessProducer.getProducer()
Returns producer instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessProducer.setProducer(Producer<T> producer)
Replaces producer instance.
|
Copyright © 2019. All rights reserved.