@Override
 public ParameterInjectionPoint<T, X> get(int index) {
   return ParameterInjectionPoint.of(declaringBean(), delegate().get(index));
 }