X - public class AnnotatedFieldImpl<X> extends Object implements javax.enterprise.inject.spi.AnnotatedField<X>
AnnotatedField interface.| Modifier and Type | Field and Description |
|---|---|
protected Member |
javaMember
Member type
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAnnotation(Annotation annotation)
Adds new annotation to set.
|
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Set<Annotation> |
getAnnotations() |
Type |
getBaseType() |
javax.enterprise.inject.spi.AnnotatedType<X> |
getDeclaringType() |
Field |
getJavaMember() |
Set<Type> |
getTypeClosure() |
protected WebBeansContext |
getWebBeansContext() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
boolean |
isStatic() |
protected void |
setAnnotations(Annotation[] annotations)
Adds new annotation to set.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprotected final Member javaMember
public Field getJavaMember()
public String toString()
public javax.enterprise.inject.spi.AnnotatedType<X> getDeclaringType()
getDeclaringType in interface javax.enterprise.inject.spi.AnnotatedMember<X>public boolean isStatic()
isStatic in interface javax.enterprise.inject.spi.AnnotatedMember<X>protected void addAnnotation(Annotation annotation)
annotation - new annotationprotected WebBeansContext getWebBeansContext()
protected void setAnnotations(Annotation[] annotations)
annotations - new annotationspublic <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 The Apache Software Foundation. All Rights Reserved.