Class ManagedReferenceInjector<T>

  • All Implemented Interfaces:
    Injector<T>

    public class ManagedReferenceInjector<T>
    extends Object
    implements Injector<T>
    A n adaptor between value injectors and ManagedReferenceFactory
    Author:
    Stuart Douglas
    • Method Detail

      • uninject

        public void uninject()
        Description copied from interface: Injector
        Uninject the given value (in other words, cancel or undo a previous injection). Only called after inject() has been called.
        Specified by:
        uninject in interface Injector<T>