Interface ProcessProducerMethod<X,​T>

  • Type Parameters:
    X - bean class
    T - producer return type
    All Superinterfaces:
    ProcessBean<T>

    public interface ProcessProducerMethod<X,​T>
    extends ProcessBean<T>
    Fired before registering producer method.
    Version:
    $Rev: 1493277 $ $Date: 2013-06-15 01:05:23 +0200 (Sat, 15 Jun 2013) $
    • Method Detail

      • getAnnotatedProducerMethod

        AnnotatedMethod<X> getAnnotatedProducerMethod()
        Returns annotated method.
        Returns:
        annotated method
      • getAnnotatedDisposedParameter

        AnnotatedParameter<X> getAnnotatedDisposedParameter()
        Returns annotated parameter.
        Returns:
        the Disposes annotated parameter of the disposal method which fits the producer field, or null if there is no disposal method.