javax.enterprise.inject.spi
Interface Producer<T>
- Type Parameters:
T
-
- All Known Subinterfaces:
- InjectionTarget<T>
public interface Producer<T>
The interface javax.enterprise.inject.spi.Producer provides a generic
operation for producing an instance of a type.
- Author:
- Pete Muir
produce
T produce(CreationalContext<T> ctx)
dispose
void dispose(T instance)
getInjectionPoints
java.util.Set<InjectionPoint> getInjectionPoints()
Submit a bug or feature Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.
Generated on 3-November-2009 04:04