org.apache.xbean.finder
Class MetaAnnotatedField
java.lang.Object
org.apache.xbean.finder.MetaAnnotatedElement<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 MetaAnnotatedElement<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 org.apache.xbean.finder.MetaAnnotatedElement |
equals, get, getAnnotation, getAnnotations, getDeclaredAnnotations, getMetaAnnotations, hashCode, isAnnotationPresent, toString, unroll, unroll, unrollParameters |
| 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, getDeclaredAnnotations, isAnnotationPresent |
MetaAnnotatedField
public MetaAnnotatedField(java.lang.reflect.Field field)
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-2012 The Apache Software Foundation. All Rights Reserved.