Class AbstractJField

java.lang.Object
org.exolab.javasource.JAnnotatedElementHelper
org.exolab.javasource.AbstractJField
All Implemented Interfaces:
JAnnotatedElement, JMember
Direct Known Subclasses:
JConstant, JField

public class AbstractJField extends JAnnotatedElementHelper implements JMember
A (abstract) base class which holds information about fields. Modeled closely after the Java Reflection API. This class is part of package which is used to create source code in memory.
Since:
1.3
Author:
Werner Guttmann