public class DynamicLookupInjectionPoint extends ForwardingInjectionPoint implements Serializable
1.1 5.5.7,
Serialized Form| Constructor 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, toStringpublic DynamicLookupInjectionPoint(InjectionPoint injectionPoint, Type type, Set<Annotation> qualifiers)
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 © 2013 Seam Framework. All Rights Reserved.