@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)
JustInTimeInjectionResolver
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
justInTimeResolution
in interface JustInTimeInjectionResolver
failedInjectionPoint
- The injection point that failed to resolveCopyright © 2017 Oracle Corporation. All rights reserved.