public abstract class ForwardingInjectionPoint extends Object implements javax.enterprise.inject.spi.InjectionPoint
| Constructor and Description |
|---|
ForwardingInjectionPoint() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract javax.enterprise.inject.spi.InjectionPoint |
delegate() |
javax.enterprise.inject.spi.Annotated |
getAnnotated() |
javax.enterprise.inject.spi.Bean<?> |
getBean() |
Member |
getMember() |
Set<Annotation> |
getQualifiers() |
Type |
getType() |
boolean |
isDelegate() |
boolean |
isTransient() |
protected abstract javax.enterprise.inject.spi.InjectionPoint delegate()
public javax.enterprise.inject.spi.Annotated getAnnotated()
getAnnotated in interface javax.enterprise.inject.spi.InjectionPointpublic Type getType()
getType in interface javax.enterprise.inject.spi.InjectionPointpublic Set<Annotation> getQualifiers()
getQualifiers in interface javax.enterprise.inject.spi.InjectionPointpublic javax.enterprise.inject.spi.Bean<?> getBean()
getBean in interface javax.enterprise.inject.spi.InjectionPointpublic Member getMember()
getMember in interface javax.enterprise.inject.spi.InjectionPointpublic boolean isDelegate()
isDelegate in interface javax.enterprise.inject.spi.InjectionPointpublic boolean isTransient()
isTransient in interface javax.enterprise.inject.spi.InjectionPointCopyright © 2014 Seam Framework. All Rights Reserved.