Defines meta-data about a configuration property value. This meta data is used by the client to determine what type of widget (textbox, dropdown, etc.) should be used to display the value. It also allows for specifying append text and prepend text that should be put before and after the value when it is in the config file, but that the used should not see. Append/prepend is used, for instance, to hide the "-Xmx" part of "-Xmx512M" from the user, and simply having the user write "512M".
@author Jacob Hansson
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.