{
int i = paramErrors.size();
Iterator localIterator = this.injectionListeners.iterator();
while (localIterator.hasNext())
{
InjectionListener localInjectionListener = (InjectionListener)localIterator.next();
try
{
localInjectionListener.afterInjection(paramObject);
}
catch (RuntimeException localRuntimeException)
{
paramErrors.errorNotifyingInjectionListener(localInjectionListener, this.typeLiteral, localRuntimeException);
}