public class AnnotatedInjectionField extends Object implements javax.enterprise.inject.spi.AnnotatedField<InjectedBean>
| Constructor and Description |
|---|
AnnotatedInjectionField(javax.enterprise.inject.spi.InjectionPoint injectionPoint) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Set<Annotation> |
getAnnotations() |
Type |
getBaseType() |
javax.enterprise.inject.spi.AnnotatedType<InjectedBean> |
getDeclaringType() |
Field |
getJavaMember() |
Set<Type> |
getTypeClosure() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
boolean |
isStatic() |
public AnnotatedInjectionField(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
public Field getJavaMember()
getJavaMember in interface javax.enterprise.inject.spi.AnnotatedField<InjectedBean>getJavaMember in interface javax.enterprise.inject.spi.AnnotatedMember<InjectedBean>public javax.enterprise.inject.spi.AnnotatedType<InjectedBean> getDeclaringType()
getDeclaringType in interface javax.enterprise.inject.spi.AnnotatedMember<InjectedBean>public boolean isStatic()
isStatic in interface javax.enterprise.inject.spi.AnnotatedMember<InjectedBean>public <T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotation in interface javax.enterprise.inject.spi.Annotatedpublic Set<Annotation> getAnnotations()
getAnnotations in interface javax.enterprise.inject.spi.Annotatedpublic Type getBaseType()
getBaseType in interface javax.enterprise.inject.spi.Annotatedpublic Set<Type> getTypeClosure()
getTypeClosure in interface javax.enterprise.inject.spi.Annotatedpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent in interface javax.enterprise.inject.spi.AnnotatedCopyright © 2008-2013 Seam Framework. All Rights Reserved.