java.lang.Object
org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
All Implemented Interfaces:
JavaField, JavaHasAnnotations

public class JavaFieldImpl extends Object implements JavaField
INTERNAL:

Purpose:A wrapper class for a JDK Field. This implementation of the TopLink JAXB 2.0 Java model simply makes reflective calls on the underlying JDK object.

Responsibilities:

  • Provide access to the underlying field's name, type, modifiers, annotations, etc.
See Also: