public class FacadeInjectionPoint extends ForwardingInjectionPoint implements Serializable
Constructor and Description |
---|
FacadeInjectionPoint(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, toString
public FacadeInjectionPoint(InjectionPoint injectionPoint, Type subtype, Set<Annotation> existingQualifiers, Annotation[] newQualifiers)
protected InjectionPoint delegate()
delegate
in class ForwardingInjectionPoint
public Type getType()
InjectionPoint
getType
in interface InjectionPoint
getType
in class ForwardingInjectionPoint
public Set<Annotation> getQualifiers()
InjectionPoint
getQualifiers
in interface InjectionPoint
getQualifiers
in class ForwardingInjectionPoint
Copyright © 2013 Seam Framework. All Rights Reserved.