A class which holds information about a field. Modelled closely after the
Java Reflection API. This class is part of package which is used to create
source code in memory.
author: Keith Visco version: $Revision: 6674 $ $Date: 2005-02-26 17:30:28 -0700 (Sat, 26 Feb 2005) $
Sets the initialization string for this JField. This allows some
flexibility in declaring default values.
Parameters: init - The initialization string for this member.