Package javax.enterprise.inject.spi
Interface ProducerFactory<X>
-
public interface ProducerFactory<X>A factory which is able to create container providedProducers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Producer<T>createProducer(Bean<T> bean)Creates a Producer for the given Bean
-