X
- the declaring typepublic interface AnnotatedField<X> extends AnnotatedMember<X>
Represents a field of a Java class.
Field
Modifier and Type | Method and Description |
---|---|
Field |
getJavaMember()
Get the underlying
Field . |
getDeclaringType, isStatic
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
Field getJavaMember()
Get the underlying Field
.
getJavaMember
in interface AnnotatedMember<X>
Field
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.