public class FacadeInjectionPoint extends ForwardingInjectionPoint implements Serializable
| Constructor and Description |
|---|
FacadeInjectionPoint(BeanManagerImpl manager,
InjectionPoint injectionPoint,
Type subtype,
Set<Annotation> existingQualifiers,
Annotation[] newQualifiers) |
| Modifier and Type | Method and Description |
|---|---|
protected InjectionPoint |
delegate() |
Set<Annotation> |
getQualifiers()
Get the required qualifiers of the injection point.
|
Type |
getType()
Get the required type of injection point.
|
equals, getAnnotated, getBean, getMember, hashCode, isDelegate, isTransient, toStringpublic FacadeInjectionPoint(BeanManagerImpl manager, InjectionPoint injectionPoint, Type subtype, Set<Annotation> existingQualifiers, Annotation[] newQualifiers)
protected InjectionPoint delegate()
delegate in class ForwardingInjectionPointpublic Type getType()
InjectionPointgetType in interface InjectionPointgetType in class ForwardingInjectionPointpublic Set<Annotation> getQualifiers()
InjectionPointgetQualifiers in interface InjectionPointgetQualifiers in class ForwardingInjectionPointCopyright © 2015. All Rights Reserved.