This method will be called whenever an injection point cannot be resolved. If this method adds anything to the configuration it should return true. Otherwise it should return false. The injection point that failed to be resolved is given in failedInjectionPoint.
If this method throws an exception that exception will be added to the set of exceptions in the MultiException that may be thrown from the injection resolver
@param failedInjectionPoint The injection point that failed to resolve
@return true if the system should commit this configuration and retry the injectionpoint