Every class should be properly commented, including:
/**
* Short description
*
* Long description
*
* @package Jelly
* @category Base,Field, etc
* @author Some Name
* @author Other Name
* @copyright (c) 2010-2011 Jonathan Geiger
* @license http://www.opensource.org/licenses/isc-license.txt
*/
Every class should be properly commented, including: