Class WrappedBeanHolder<T,​S extends Bean<T>>

  • Type Parameters:
    T - type of the bean class
    S - type of bean (either Bean, Interceptor or Decorator)

    public class WrappedBeanHolder<T,​S extends Bean<T>>
    extends Object
    Used within IsolatedForwardingBean and its subclasses as a value holder.
    Author:
    Jozef Hartinger