org.apache.xbean.finder
Class MetaAnnotatedField
java.lang.Object
org.apache.xbean.finder.MetaAnnotatedObject<java.lang.reflect.Field>
org.apache.xbean.finder.MetaAnnotatedField
- All Implemented Interfaces:
- java.lang.reflect.AnnotatedElement, java.lang.reflect.Member, Annotated<java.lang.reflect.Field>, AnnotatedMember<java.lang.reflect.Field>, MetaAnnotated<java.lang.reflect.Field>
public class MetaAnnotatedField
- extends MetaAnnotatedObject<java.lang.reflect.Field>
- implements AnnotatedMember<java.lang.reflect.Field>
- Version:
- $Rev$ $Date$
| Fields inherited from interface java.lang.reflect.Member |
DECLARED, PUBLIC |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.xbean.finder.Annotated |
get |
| Methods inherited from interface java.lang.reflect.AnnotatedElement |
getAnnotation, getAnnotations, isAnnotationPresent |
MetaAnnotatedField
public MetaAnnotatedField(java.lang.reflect.Field field)
getDeclaredAnnotations
public java.lang.annotation.Annotation[] getDeclaredAnnotations()
- Specified by:
getDeclaredAnnotations in interface java.lang.reflect.AnnotatedElement
getDeclaringClass
public java.lang.Class<?> getDeclaringClass()
- Specified by:
getDeclaringClass in interface java.lang.reflect.Member
getName
public java.lang.String getName()
- Specified by:
getName in interface java.lang.reflect.Member
getModifiers
public int getModifiers()
- Specified by:
getModifiers in interface java.lang.reflect.Member
isSynthetic
public boolean isSynthetic()
- Specified by:
isSynthetic in interface java.lang.reflect.Member
Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.