public class ProducerConfiguringExtension extends Object implements javax.enterprise.inject.spi.Extension
| Modifier and Type | Field and Description |
|---|---|
static AtomicBoolean |
disposerCalled |
static AtomicBoolean |
producerCalled |
| Constructor and Description |
|---|
ProducerConfiguringExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
observeProducer(javax.enterprise.inject.spi.ProcessProducer<MassProducer,Bar> event) |
public static AtomicBoolean producerCalled
public static AtomicBoolean disposerCalled
public void observeProducer(@Observes
javax.enterprise.inject.spi.ProcessProducer<MassProducer,Bar> event)
Copyright © 2008–2016 CDI TCK. All rights reserved.