T - X - public interface WeldInjectionPointAttributes<T,S> extends InjectionPoint
InjectionPoint, which can be modified by an extension in the
ProcessInjectionPoint phase. After the phase, these data objects are wrapped within matching
WeldInjectionPoint implementation, which contain additional logic.| Modifier and Type | Method and Description |
|---|---|
<X extends Annotation> |
getQualifier(Class<X> annotationType)
Returns an instance of a given qualifier annotation or null if a given qualifier is not present on the injection point.
|
getAnnotated, getBean, getMember, getQualifiers, getType, isDelegate, isTransient<X extends Annotation> X getQualifier(Class<X> annotationType)
Copyright © 2013 Seam Framework. All Rights Reserved.