Class JConstant

java.lang.Object
All Implemented Interfaces:
JAnnotatedElement, JMember

public final class JConstant extends AbstractJField
A class which holds information about a constant. 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