com.cedarsolutions.client.gwt.custom.package-info Maven / Gradle / Ivy
Show all versions of cedar-common-gwt Show documentation
/**
* Customized GWT functionality.
*
*
* This is standard GWT code that I have customized for my uses. This
* functionality has been pulled into CedarCommon under the terms of its
* license. See README.credits for more information.
*
*
*
* The code was copied rather than extended because the original GWT code does
* not faciliate extension. GWT code is often difficult to extend due to
* design choices like the use of private or final variables, methods, or
* dependent classes.
*
*
*
* Each class contains modified Javadoc that indicates its original source.
* Further, the original version of each customized file has been placed into
* the doc/custom
folder in the source tree. This way, it's
* always possible to see exactly what was changed between the original and
* customized versions.
*
*
*
* Because this code is based on a specific GWT version, it might be necessary
* to modify the code (sometimes substantially) when upgrading from one GWT
* version to another.
*
*
* @author Google
* @author Kenneth J. Pronovici
*/
package com.cedarsolutions.client.gwt.custom;