Revision: 8263
Author: amitman...@google.com
Date: Wed Jun 16 08:14:54 2010
Log: Added a warning to the javadoc of each src file and to package.html in the app, requestfactory, and valuestore modules.

Review at http://gwt-code-reviews.appspot.com/625801

Review by: rj...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=8263

Modified:
 /trunk/bikeshed/src/com/google/gwt/app/client/CellListPlacePickerView.java
 /trunk/bikeshed/src/com/google/gwt/app/client/EditorSupport.java
 /trunk/bikeshed/src/com/google/gwt/app/client/NotificationMole.java
 /trunk/bikeshed/src/com/google/gwt/app/client/package.html
 /trunk/bikeshed/src/com/google/gwt/app/package.html
 /trunk/bikeshed/src/com/google/gwt/app/place/AbstractActivity.java
/trunk/bikeshed/src/com/google/gwt/app/place/AbstractRecordEditActivity.java /trunk/bikeshed/src/com/google/gwt/app/place/AbstractRecordListActivity.java
 /trunk/bikeshed/src/com/google/gwt/app/place/Activity.java
 /trunk/bikeshed/src/com/google/gwt/app/place/ActivityManager.java
 /trunk/bikeshed/src/com/google/gwt/app/place/ActivityMapper.java
 /trunk/bikeshed/src/com/google/gwt/app/place/Place.java
 /trunk/bikeshed/src/com/google/gwt/app/place/PlaceChangeEvent.java
 /trunk/bikeshed/src/com/google/gwt/app/place/PlaceChangeRequestedEvent.java
 /trunk/bikeshed/src/com/google/gwt/app/place/PlaceController.java
 /trunk/bikeshed/src/com/google/gwt/app/place/PlacePicker.java
 /trunk/bikeshed/src/com/google/gwt/app/place/PlacePickerView.java
 /trunk/bikeshed/src/com/google/gwt/app/place/package.html
 /trunk/bikeshed/src/com/google/gwt/app/rebind/EditorSupportGenerator.java
 /trunk/bikeshed/src/com/google/gwt/app/rebind/package.html
/trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractDoubleRequest.java /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractIntegerRequest.java /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractJsonListRequest.java /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractJsonObjectRequest.java /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractLongRequest.java /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractRequest.java /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/ClientRequestHelper.java /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/RequestFactoryJsonImpl.java /trunk/bikeshed/src/com/google/gwt/requestfactory/rebind/RequestFactoryGenerator.java /trunk/bikeshed/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java /trunk/bikeshed/src/com/google/gwt/requestfactory/server/SampleDataPopulator.java
 /trunk/bikeshed/src/com/google/gwt/requestfactory/server/package.html
 /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/Id.java
 /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/Receiver.java
/trunk/bikeshed/src/com/google/gwt/requestfactory/shared/RecordListRequest.java
 /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/RecordRequest.java
 /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/RequestEvent.java
/trunk/bikeshed/src/com/google/gwt/requestfactory/shared/RequestFactory.java /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/ServerOperation.java
 /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/ServerType.java
 /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/SyncRequest.java
 /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/Version.java
/trunk/bikeshed/src/com/google/gwt/requestfactory/shared/impl/RequestDataManager.java
 /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/package.html
/trunk/bikeshed/src/com/google/gwt/valuestore/client/DeltaValueStoreJsonImpl.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/client/RecordKey.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/client/SyncResultImpl.java
/trunk/bikeshed/src/com/google/gwt/valuestore/client/ValueStoreJsonImpl.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/shared/DeltaValueStore.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/shared/Property.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/shared/PropertyReference.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/shared/Record.java
/trunk/bikeshed/src/com/google/gwt/valuestore/shared/RecordChangedEvent.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/shared/SyncResult.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/shared/Value.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/shared/ValueStore.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/shared/WriteOperation.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/shared/impl/RecordImpl.java
/trunk/bikeshed/src/com/google/gwt/valuestore/shared/impl/RecordJsoImpl.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/shared/impl/RecordSchema.java
/trunk/bikeshed/src/com/google/gwt/valuestore/shared/impl/RecordToTypeMap.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/shared/package.html
/trunk/bikeshed/src/com/google/gwt/valuestore/ui/AbstractRecordListView.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/ui/PropertyColumn.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/ui/PropertyView.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/ui/RecordDetailsView.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/ui/RecordEditView.java
 /trunk/bikeshed/src/com/google/gwt/valuestore/ui/RecordListView.java

=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/client/CellListPlacePickerView.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/client/CellListPlacePickerView.java Wed Jun 16 08:14:54 2010
@@ -28,6 +28,11 @@
 import java.util.List;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
* Hacky CellList based implementation of PlacePickerView, to be replaced by new
  * data widget, or at least something less ugly.
  *
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/client/EditorSupport.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/client/EditorSupport.java Wed Jun 16 08:14:54 2010
@@ -23,6 +23,11 @@
 import java.util.Set;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Implemented by objects that provide data binding support for
  * instances of {...@link RecordEditView}.
  *
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/client/NotificationMole.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/client/NotificationMole.java Wed Jun 16 08:14:54 2010
@@ -29,6 +29,11 @@
 import com.google.gwt.user.client.ui.HTMLPanel;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Simple widget for providing notification feedback.
  */
 public class NotificationMole extends Composite {
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/client/package.html Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/client/package.html Wed Jun 16 08:14:54 2010
@@ -1,5 +1,8 @@
 <html>
 <body>
 Client specific classes of the GWT application framework.
+
+<p><span style="color:red">Experimental API: All classes in this package are still under rapid development, and are very likely to be deleted or renamed. Use them at your own risk.
+</span></p>
 </body>
 </html>
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/package.html Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/package.html Wed Jun 16 08:14:54 2010
@@ -1,5 +1,9 @@
 <html>
 <body>
 Classes that frame an application architecture.
+
+<p><span style="color:red">Experimental API: All classes in this package are still under rapid development, and are very likely to be deleted or renamed. Use them at your own risk.
+</span></p>
+
 </body>
 </html>
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/place/AbstractActivity.java Fri May 28 08:44:36 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/place/AbstractActivity.java Wed Jun 16 08:14:54 2010
@@ -16,6 +16,11 @@
 package com.google.gwt.app.place;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Simple Activity implementation that is always willing to stop,
  * and does nothing onStop and onCancel.
  */
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/place/AbstractRecordEditActivity.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/place/AbstractRecordEditActivity.java Wed Jun 16 08:14:54 2010
@@ -27,6 +27,11 @@
 import java.util.Set;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Abstract activity for editing a record.
  *
  * @param <R> the type of Record being edited
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/place/AbstractRecordListActivity.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/place/AbstractRecordListActivity.java Wed Jun 16 08:14:54 2010
@@ -31,6 +31,11 @@
 import java.util.Map;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Abstract activity for requesting and displaying a list of {...@record}.
  * <p>
  * Subclasses must:
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/place/Activity.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/place/Activity.java Wed Jun 16 08:14:54 2010
@@ -18,6 +18,11 @@
 import com.google.gwt.user.client.ui.IsWidget;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
* Implemented by objects that control a piece of user interface, with a life
  * cycle managed by an {...@link ActivityManager}, in response to
  * {...@link PlaceChangeEvent} events as the user navigates through the app.
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/place/ActivityManager.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/place/ActivityManager.java Wed Jun 16 08:14:54 2010
@@ -20,6 +20,11 @@
 import com.google.gwt.user.client.ui.IsWidget;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
* Manages {...@link Activity} objects that should be kicked off in response to
  * {...@link PlaceChangeEvent} events. Each activity can start itself
* asynchronously, and provides a widget to be shown when it's ready to run.
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/place/ActivityMapper.java Fri May 28 08:44:36 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/place/ActivityMapper.java Wed Jun 16 08:14:54 2010
@@ -16,6 +16,11 @@
 package com.google.gwt.app.place;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Finds the activity to run for a given {...@link Place}, used to configure
  * an {...@link ActivityManager}.
  *
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/place/Place.java Fri May 28 04:09:54 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/place/Place.java Wed Jun 16 08:14:54 2010
@@ -16,6 +16,11 @@
 package com.google.gwt.app.place;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
* Represents a bookmarkable location in an app. Implementations are expected to * provide correct {...@link Object#equals(Object)} and {...@link Object#hashCode()}
  * methods.
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/place/PlaceChangeEvent.java Fri May 28 08:44:36 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/place/PlaceChangeEvent.java Wed Jun 16 08:14:54 2010
@@ -19,6 +19,11 @@
 import com.google.gwt.event.shared.GwtEvent;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Event thrown when the user has reached a new location in the app.
  *
  * @param <P> the type of the new place
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/place/PlaceChangeRequestedEvent.java Fri May 28 08:44:36 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/place/PlaceChangeRequestedEvent.java Wed Jun 16 08:14:54 2010
@@ -19,6 +19,11 @@
 import com.google.gwt.event.shared.GwtEvent;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
* Event thrown when the user may go to a new place in the app. May be rejected.
  *
  * @param <P> the type of the requested place
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/place/PlaceController.java Fri May 28 04:09:54 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/place/PlaceController.java Wed Jun 16 08:14:54 2010
@@ -18,6 +18,11 @@
 import com.google.gwt.event.shared.HandlerManager;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * In charge of the user's location in the app.
  *
  * @param <P> the type of places managed
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/place/PlacePicker.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/place/PlacePicker.java Wed Jun 16 08:14:54 2010
@@ -20,6 +20,11 @@
 import java.util.List;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Presenter that goes to {...@link Place}s the user picks.
  *
  * @param <P> the type of places listed
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/place/PlacePickerView.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/place/PlacePickerView.java Wed Jun 16 08:14:54 2010
@@ -22,6 +22,11 @@
 import java.util.List;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * View for a {...@link PlacePicker}.
  *
  * @param <P> the type of place displayed
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/place/package.html Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/place/package.html Wed Jun 16 08:14:54 2010
@@ -1,5 +1,7 @@
 <html>
 <body>
 Classes to define application workflow.
+<p><span style="color:red">Experimental API: All classes in this package are still under rapid development, and are very likely to be deleted or renamed. Use them at your own risk.
+</span></p>
 </body>
 </html>
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/rebind/EditorSupportGenerator.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/rebind/EditorSupportGenerator.java Wed Jun 16 08:14:54 2010
@@ -49,6 +49,11 @@
 import java.util.Map.Entry;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Generates implementations of {...@link
  * com.google.gwt.app.client.EditorSupport EditorSupport} and its
  * nested interfaces.
=======================================
--- /trunk/bikeshed/src/com/google/gwt/app/rebind/package.html Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/app/rebind/package.html Wed Jun 16 08:14:54 2010
@@ -1,5 +1,7 @@
 <html>
 <body>
 Code generators for the GWT application framework.
+<p><span style="color:red">Experimental API: All classes in this package are still under rapid development, and are very likely to be deleted or renamed. Use them at your own risk.
+</span></p>
 </body>
 </html>
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractDoubleRequest.java Fri May 28 08:44:36 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractDoubleRequest.java Wed Jun 16 08:14:54 2010
@@ -16,6 +16,11 @@
 package com.google.gwt.requestfactory.client.impl;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Abstract implementation of
  * {...@link com.google.gwt.requestfactory.shared.RequestFactory.RequestObject
  * RequestFactory.RequestObject} for requests that return Double.
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractIntegerRequest.java Fri May 28 08:44:36 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractIntegerRequest.java Wed Jun 16 08:14:54 2010
@@ -16,6 +16,11 @@
 package com.google.gwt.requestfactory.client.impl;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Abstract implementation of
  * {...@link com.google.gwt.requestfactory.shared.RequestFactory.RequestObject
  * RequestFactory.RequestObject} for requests that return Integer.
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractJsonListRequest.java Fri May 28 08:44:36 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractJsonListRequest.java Wed Jun 16 08:14:54 2010
@@ -25,6 +25,11 @@
 import java.util.List;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Abstract implementation of
  * {...@link com.google.gwt.requestfactory.shared.RequestFactory.RequestObject
  * RequestFactory.RequestObject} for requests that return lists of
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractJsonObjectRequest.java Fri May 28 08:44:36 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractJsonObjectRequest.java Wed Jun 16 08:14:54 2010
@@ -21,6 +21,11 @@
 import com.google.gwt.valuestore.shared.impl.RecordSchema;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Abstract implementation of
  * {...@link com.google.gwt.requestfactory.shared.RequestFactory.RequestObject
* RequestFactory.RequestObject} for requests that return single instances of
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractLongRequest.java Fri May 28 08:44:36 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractLongRequest.java Wed Jun 16 08:14:54 2010
@@ -16,6 +16,11 @@
 package com.google.gwt.requestfactory.client.impl;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Abstract implementation of
  * {...@link com.google.gwt.requestfactory.shared.RequestFactory.RequestObject
  * RequestFactory.RequestObject} for requests that return Long.
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractRequest.java Fri May 28 08:44:36 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractRequest.java Wed Jun 16 08:14:54 2010
@@ -25,6 +25,11 @@
 import java.util.Set;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Abstract implementation of {...@link RequestFactory.RequestObject}.
  *
  * @param <T> return type
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/ClientRequestHelper.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/ClientRequestHelper.java Wed Jun 16 08:14:54 2010
@@ -20,6 +20,11 @@
 import java.util.Map;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
* A convenience class to convert a Map<String, String> to a JSON string on the
  * client side.
  */
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/RequestFactoryJsonImpl.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/client/impl/RequestFactoryJsonImpl.java Wed Jun 16 08:14:54 2010
@@ -37,6 +37,11 @@
 import java.util.Set;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Base implementation of RequestFactory.
  */
 public abstract class RequestFactoryJsonImpl implements RequestFactory {
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/rebind/RequestFactoryGenerator.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/rebind/RequestFactoryGenerator.java Wed Jun 16 08:14:54 2010
@@ -58,6 +58,11 @@
 import java.util.Set;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Generates implementations of
* {...@link com.google.gwt.requestfactory.shared.RequestFactory RequestFactory}
  * and its nested interfaces.
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java Wed Jun 16 08:14:54 2010
@@ -54,6 +54,11 @@
 import javax.validation.ValidatorFactory;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Handles GWT RequestFactory JSON requests. Configured via servlet context
* param <code>servlet.serverOperation</code>, which must be set to the name of
  * a default instantiable class implementing
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/server/SampleDataPopulator.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/server/SampleDataPopulator.java Wed Jun 16 08:14:54 2010
@@ -32,6 +32,11 @@
 import java.io.IOException;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Class to populate the datastore with sample data in a JSON file.
  */
 public class SampleDataPopulator {
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/server/package.html Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/server/package.html Wed Jun 16 08:14:54 2010
@@ -3,5 +3,7 @@
Server side classes for mediating between the client side and the persistent datastore.

This package contains classes that can receive client side read and write requests in the JSON format, perform the necessary operations on the persistent datastore, and return the results in JSON format. +<p><span style="color:red">Experimental API: All classes in this package are still under rapid development, and are very likely to be deleted or renamed. Use them at your own risk.
+</span></p>
 </body>
 </html>
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/Id.java Fri Apr 9 11:25:51 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/Id.java Wed Jun 16 08:14:54 2010
@@ -16,6 +16,11 @@
 package com.google.gwt.requestfactory.shared;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
* Marks the id {...@link com.google.gwt.valuestore.shared.Property Property} of an
  * {...@link com.google.gwt.valuestore.shared.ValuesKey ValuesKey}.
  */
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/Receiver.java Fri May 28 08:44:36 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/Receiver.java Wed Jun 16 08:14:54 2010
@@ -16,6 +16,11 @@
 package com.google.gwt.requestfactory.shared;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Implemented by objects that display values.
  *
  * @param <V> value type
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/RecordListRequest.java Fri May 28 08:44:36 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/RecordListRequest.java Wed Jun 16 08:14:54 2010
@@ -22,6 +22,11 @@
 import java.util.List;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Implemented by RequestObjects for service methods that return lists of
  * records.
  *
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/RecordRequest.java Fri May 28 08:44:36 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/RecordRequest.java Wed Jun 16 08:14:54 2010
@@ -21,6 +21,11 @@
 import java.util.Collection;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
* A Request that returns specific properties for one or more {...@link Record}
  * instances.
  *
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/RequestEvent.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/RequestEvent.java Wed Jun 16 08:14:54 2010
@@ -19,6 +19,11 @@
 import com.google.gwt.event.shared.GwtEvent;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
* An event posted whenever an RPC request is sent or its response is received.
  */
 public class RequestEvent extends GwtEvent<RequestEvent.Handler> {
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/RequestFactory.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/RequestFactory.java Wed Jun 16 08:14:54 2010
@@ -24,6 +24,11 @@
 import java.util.Set;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Marker interface for the RequestFactory code generator.
  */
 public interface RequestFactory {
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/ServerOperation.java Fri Apr 9 11:25:51 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/ServerOperation.java Wed Jun 16 08:14:54 2010
@@ -16,6 +16,11 @@
 package com.google.gwt.requestfactory.shared;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
* Annotation to mark RPC methods that specifies details about the operation to
  * be invoked on the server.
  */
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/ServerType.java Fri May 28 08:44:36 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/ServerType.java Wed Jun 16 08:14:54 2010
@@ -21,6 +21,11 @@
 import java.lang.annotation.Target;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Annotation on Record classes specifying 'type'. 'type' represents the
  * server-side counterpart of the Record.
  */
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/SyncRequest.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/SyncRequest.java Wed Jun 16 08:14:54 2010
@@ -20,6 +20,11 @@
 import java.util.Set;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Request to commit CRUD operations accumulated in a DeltaValueStore.
  */
 // TODO this should merge with the main RequestObject
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/Version.java Fri Apr 9 11:25:51 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/Version.java Wed Jun 16 08:14:54 2010
@@ -16,6 +16,11 @@
 package com.google.gwt.requestfactory.shared;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
* Marks the version {...@link com.google.gwt.valuestore.shared.Property Property}
  * of an {...@link com.google.gwt.valuestore.shared.ValuesKey ValuesKey}.
  */
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/impl/RequestDataManager.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/impl/RequestDataManager.java Wed Jun 16 08:14:54 2010
@@ -19,6 +19,11 @@
 import java.util.Map;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * An utility class to manage the encoding and decoding of parameters and
  * methodNames.
  *
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/package.html Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/package.html Wed Jun 16 08:14:54 2010
@@ -1,5 +1,7 @@
 <html>
 <body>
Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. +<p><span style="color:red">Experimental API: All classes in this package are still under rapid development, and are very likely to be deleted or renamed. Use them at your own risk.
+</span></p>
 </body>
 </html>
=======================================
--- /trunk/bikeshed/src/com/google/gwt/valuestore/client/DeltaValueStoreJsonImpl.java Tue Jun 15 15:36:35 2010 +++ /trunk/bikeshed/src/com/google/gwt/valuestore/client/DeltaValueStoreJsonImpl.java Wed Jun 16 08:14:54 2010
@@ -33,6 +33,11 @@
 import java.util.Set;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * {...@link DeltaValueStore} implementation based on {...@link ValuesImpl}.
  */
 public class DeltaValueStoreJsonImpl implements DeltaValueStore {
=======================================
--- /trunk/bikeshed/src/com/google/gwt/valuestore/client/RecordKey.java Fri May 28 08:44:36 2010 +++ /trunk/bikeshed/src/com/google/gwt/valuestore/client/RecordKey.java Wed Jun 16 08:14:54 2010
@@ -20,6 +20,11 @@
 import com.google.gwt.valuestore.shared.impl.RecordSchema;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
* The key used to store {...@link com.google.gwt.valuestore.shared.Record Record}s
  * in {...@link com.google.gwt.valuestore.shared.ValueStore ValueStore}.
  */
=======================================
--- /trunk/bikeshed/src/com/google/gwt/valuestore/client/SyncResultImpl.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/valuestore/client/SyncResultImpl.java Wed Jun 16 08:14:54 2010
@@ -21,6 +21,11 @@
 import java.util.Map;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Concrete implementation of SyncResult.
  */
 public class SyncResultImpl implements SyncResult {
=======================================
--- /trunk/bikeshed/src/com/google/gwt/valuestore/client/ValueStoreJsonImpl.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/valuestore/client/ValueStoreJsonImpl.java Wed Jun 16 08:14:54 2010
@@ -26,6 +26,11 @@
 import java.util.Map;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * {...@link ValueStore} implementation based on {...@link ValuesImpl}.
  */
 public class ValueStoreJsonImpl implements ValueStore {
=======================================
--- /trunk/bikeshed/src/com/google/gwt/valuestore/shared/DeltaValueStore.java Fri May 28 08:44:36 2010 +++ /trunk/bikeshed/src/com/google/gwt/valuestore/shared/DeltaValueStore.java Wed Jun 16 08:14:54 2010
@@ -16,6 +16,11 @@
 package com.google.gwt.valuestore.shared;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Set of changes to a ValueStore.
  */
 public interface DeltaValueStore extends ValueStore {
=======================================
--- /trunk/bikeshed/src/com/google/gwt/valuestore/shared/Property.java Mon Jun 7 12:20:31 2010 +++ /trunk/bikeshed/src/com/google/gwt/valuestore/shared/Property.java Wed Jun 16 08:14:54 2010
@@ -16,6 +16,11 @@
 package com.google.gwt.valuestore.shared;

 /**
+ * <p>
+ * <span style="color:red">Experimental API: This class is still under rapid
+ * development, and is very likely to be deleted. Use it at your own risk.
+ * </span>
+ * </p>
  * Defines a property of a {...@link Record}.
  *
  * @param <V> the type of the property's value
=======================================
***Additional files exist in this changeset.***

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to