Class NoopCreationalContext<T>

  • All Implemented Interfaces:
    javax.enterprise.context.spi.CreationalContext<T>

    public class NoopCreationalContext<T>
    extends java.lang.Object
    implements javax.enterprise.context.spi.CreationalContext<T>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void push​(T incompleteInstance)  
      void release()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • push

        public void push​(T incompleteInstance)
        Specified by:
        push in interface javax.enterprise.context.spi.CreationalContext<T>
      • release

        public void release()
        Specified by:
        release in interface javax.enterprise.context.spi.CreationalContext<T>