javax.enterprise.inject.spi
Interface ProcessProducerMethod<X,T>

All Superinterfaces:
ProcessBean<T>

public interface ProcessProducerMethod<X,T>
extends ProcessBean<T>


Method Summary
 AnnotatedParameter<X> getAnnotatedDisposedParameter()
           
 AnnotatedMethod<X> getAnnotatedProducerMethod()
           
 
Methods inherited from interface javax.enterprise.inject.spi.ProcessBean
addDefinitionError, getAnnotated, getBean
 

Method Detail

getAnnotatedProducerMethod

AnnotatedMethod<X> getAnnotatedProducerMethod()

getAnnotatedDisposedParameter

AnnotatedParameter<X> getAnnotatedDisposedParameter()


Copyright © 2008-2009. All Rights Reserved.