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

All Superinterfaces:
ProcessBean<X>

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


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

Method Detail

getAnnotatedProducerMethod

AnnotatedMethod<T> getAnnotatedProducerMethod()

getAnnotatedDisposedParameter

AnnotatedParameter<T> getAnnotatedDisposedParameter()


Copyright © 2008-2009 Seam Framework. All Rights Reserved.