DRAFT

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

Method Summary
 void dispose(T instance)
           
 java.util.Set<InjectionPoint> getInjectionPoints()
           
 T produce(CreationalContext<T> ctx)
           
 

Method Detail

produce

T produce(CreationalContext<T> ctx)

dispose

void dispose(T instance)

getInjectionPoints

java.util.Set<InjectionPoint> getInjectionPoints()

DRAFT

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