public class DynamicLookupInjectionPoint extends ForwardingInjectionPoint implements Serializable
1.1 5.5.7
,
Serialized FormConstructor and Description |
---|
DynamicLookupInjectionPoint(InjectionPoint injectionPoint,
Type type,
Set<Annotation> qualifiers) |
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 DynamicLookupInjectionPoint(InjectionPoint injectionPoint, Type type, Set<Annotation> qualifiers)
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.