@Module public class AnnotatedFieldImpl<X> extends AnnotatedElementImpl
| Constructor and Description |
|---|
AnnotatedFieldImpl(<any> declaringType,
java.lang.reflect.Field field) |
| Modifier and Type | Method and Description |
|---|---|
<any> |
getDeclaringType() |
java.lang.reflect.Field |
getJavaMember()
Returns the reflected Method
|
boolean |
isStatic() |
java.lang.String |
toString() |
addAnalysisAnnotation, addAnnotation, addAnnotationIfAbsent, addAnnotations, addAnnotations, addOverrideAnnotation, clearAnnotations, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, fillTypeVariables, getAnalysisAnnotation, getAnnotation, getAnnotations, getBaseType, getBaseTypeImpl, getBaseTypeParamMap, getTypeClosure, getTypeVariables, isAnnotationPresent, removeAnnotationpublic AnnotatedFieldImpl(<any> declaringType,
java.lang.reflect.Field field)
public <any> getDeclaringType()
public java.lang.reflect.Field getJavaMember()
public boolean isStatic()
public java.lang.String toString()
toString in class AnnotatedElementImpl