DRAFT

javax.enterprise.inject.spi
Interface InjectionTarget<T>

Type Parameters:
T -
All Superinterfaces:
Producer<T>

public interface InjectionTarget<T>
extends Producer<T>

Author:
Pete Muir

Method Summary
 void inject(T instance, CreationalContext<T> ctx)
           
 void postConstruct(T instance)
           
 void preDestroy(T instance)
           
 
Methods inherited from interface javax.enterprise.inject.spi.Producer
dispose, getInjectionPoints, produce
 

Method Detail

inject

void inject(T instance,
            CreationalContext<T> ctx)

postConstruct

void postConstruct(T instance)

preDestroy

void preDestroy(T instance)

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