@Singleton public class JustInTimeInjectionResolverImpl extends Object implements JustInTimeInjectionResolver
| Constructor and Description |
|---|
JustInTimeInjectionResolverImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
justInTimeResolution(Injectee failedInjectionPoint)
This method will be called whenever an injection point cannot be resolved.
|
public boolean justInTimeResolution(Injectee failedInjectionPoint)
JustInTimeInjectionResolverIf 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
justInTimeResolution in interface JustInTimeInjectionResolverfailedInjectionPoint - The injection point that failed to resolveCopyright © 2013 Oracle Corporation. All rights reserved.