T - managed bean classX - declared type of the injection pointpublic interface ProcessInjectionPoint<T,X>
| Modifier and Type | Method and Description |
|---|---|
void |
addDefinitionError(Throwable t)
Adding definition error.
|
InjectionPoint |
getInjectionPoint() |
void |
setInjectionPoint(InjectionPoint injectionPoint)
Replace the original InjectionPoint point with the given one.
|
InjectionPoint getInjectionPoint()
void setInjectionPoint(InjectionPoint injectionPoint)
injectionPoint - void addDefinitionError(Throwable t)
t - throwableCopyright © 2024. All rights reserved.