public abstract class AbstractForwardingInjectionPointAttributes<T,S> extends ForwardingInjectionPoint implements WeldInjectionPointAttributes<T,S>, Serializable
Constructor and Description |
---|
AbstractForwardingInjectionPointAttributes(InjectionPoint delegate) |
Modifier and Type | Method and Description |
---|---|
protected InjectionPoint |
delegate() |
<A extends Annotation> |
getQualifier(Class<A> annotationType)
Returns an instance of a given qualifier annotation or null if a given qualifier is not present on the injection point.
|
equals, getAnnotated, getBean, getMember, getQualifiers, getType, hashCode, isDelegate, isTransient, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnnotated, getBean, getMember, getQualifiers, getType, isDelegate, isTransient
public AbstractForwardingInjectionPointAttributes(InjectionPoint delegate)
protected InjectionPoint delegate()
delegate
in class ForwardingInjectionPoint
public <A extends Annotation> A getQualifier(Class<A> annotationType)
WeldInjectionPointAttributes
getQualifier
in interface WeldInjectionPointAttributes<T,S>
Copyright © 2015. All Rights Reserved.