public <T> void instantiated(
     PicoContainer container,
     ComponentAdapter<T> componentAdapter,
     Constructor<T> constructor,
     Object instantiated,
     Object[] parameters,
     long duration) {
   delegate.instantiated(
       container, componentAdapter, constructor, instantiated, parameters, duration);
 }