public class FacadeInjectionPoint extends ForwardingInjectionPoint implements Serializable
| Constructor and Description |
|---|
FacadeInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint,
Type subtype,
Set<Annotation> existingQualifiers,
Annotation[] newQualifiers) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.enterprise.inject.spi.InjectionPoint |
delegate() |
Set<Annotation> |
getQualifiers() |
Type |
getType() |
getAnnotated, getBean, getMember, isDelegate, isTransientpublic FacadeInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint,
Type subtype,
Set<Annotation> existingQualifiers,
Annotation[] newQualifiers)
protected javax.enterprise.inject.spi.InjectionPoint delegate()
delegate in class ForwardingInjectionPointpublic Type getType()
getType in interface javax.enterprise.inject.spi.InjectionPointgetType in class ForwardingInjectionPointpublic Set<Annotation> getQualifiers()
getQualifiers in interface javax.enterprise.inject.spi.InjectionPointgetQualifiers in class ForwardingInjectionPointCopyright © 2014 Seam Framework. All Rights Reserved.