Revision: 9033
Author: [email protected]
Date: Tue Oct 12 10:53:11 2010
Log: Remove 'experimental' javadoc warnings
Review at http://gwt-code-reviews.appspot.com/986801
Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9033
Modified:
/trunk/user/src/com/google/gwt/activity/shared/AbstractActivity.java
/trunk/user/src/com/google/gwt/activity/shared/Activity.java
/trunk/user/src/com/google/gwt/activity/shared/ActivityManager.java
/trunk/user/src/com/google/gwt/activity/shared/ActivityMapper.java
/trunk/user/src/com/google/gwt/editor/client/EditorDelegate.java
/trunk/user/src/com/google/gwt/editor/client/SimpleBeanEditorDriver.java
/trunk/user/src/com/google/gwt/place/shared/Place.java
/trunk/user/src/com/google/gwt/place/shared/PlaceChangeEvent.java
/trunk/user/src/com/google/gwt/place/shared/PlaceChangeRequestEvent.java
/trunk/user/src/com/google/gwt/place/shared/PlaceController.java
/trunk/user/src/com/google/gwt/place/shared/PlaceHistoryMapper.java
/trunk/user/src/com/google/gwt/requestfactory/server/DefaultSecurityProvider.java
/trunk/user/src/com/google/gwt/requestfactory/server/OperationRegistry.java
/trunk/user/src/com/google/gwt/requestfactory/server/ReflectionBasedOperationRegistry.java
/trunk/user/src/com/google/gwt/requestfactory/server/RequestDefinition.java
/trunk/user/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java
/trunk/user/src/com/google/gwt/requestfactory/server/RequestProperty.java
/trunk/user/src/com/google/gwt/requestfactory/server/RequestSecurityProvider.java
/trunk/user/src/com/google/gwt/requestfactory/server/SampleDataPopulator.java
/trunk/user/src/com/google/gwt/requestfactory/shared/EntityProxy.java
/trunk/user/src/com/google/gwt/requestfactory/shared/EntityProxyChange.java
/trunk/user/src/com/google/gwt/requestfactory/shared/Id.java
/trunk/user/src/com/google/gwt/requestfactory/shared/ProxyFor.java
/trunk/user/src/com/google/gwt/requestfactory/shared/Receiver.java
/trunk/user/src/com/google/gwt/requestfactory/shared/Request.java
/trunk/user/src/com/google/gwt/requestfactory/shared/RequestEvent.java
/trunk/user/src/com/google/gwt/requestfactory/shared/RequestFactory.java
/trunk/user/src/com/google/gwt/requestfactory/shared/Service.java
/trunk/user/src/com/google/gwt/requestfactory/shared/Version.java
/trunk/user/src/com/google/gwt/requestfactory/shared/Violation.java
/trunk/user/src/com/google/gwt/requestfactory/shared/WriteOperation.java
/trunk/user/src/com/google/gwt/text/shared/AbstractRenderer.java
/trunk/user/src/com/google/gwt/text/shared/AbstractSafeHtmlRenderer.java
/trunk/user/src/com/google/gwt/text/shared/Parser.java
/trunk/user/src/com/google/gwt/text/shared/Renderer.java
/trunk/user/src/com/google/gwt/text/shared/SafeHtmlRenderer.java
/trunk/user/src/com/google/gwt/text/shared/testing/PassthroughParser.java
/trunk/user/src/com/google/gwt/text/shared/testing/PassthroughRenderer.java
/trunk/user/src/com/google/gwt/user/client/ui/DoubleBox.java
/trunk/user/src/com/google/gwt/user/client/ui/IntegerBox.java
/trunk/user/src/com/google/gwt/user/client/ui/LongBox.java
/trunk/user/src/com/google/gwt/user/client/ui/NotificationMole.java
/trunk/user/src/com/google/gwt/user/client/ui/ValueBox.java
/trunk/user/src/com/google/gwt/user/client/ui/ValuePicker.java
=======================================
--- /trunk/user/src/com/google/gwt/activity/shared/AbstractActivity.java
Tue Oct 5 17:59:14 2010
+++ /trunk/user/src/com/google/gwt/activity/shared/AbstractActivity.java
Tue Oct 12 10:53:11 2010
@@ -16,11 +16,6 @@
package com.google.gwt.activity.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>
* Simple Activity implementation that is always willing to stop,
* and does nothing onStop and onCancel.
*/
=======================================
--- /trunk/user/src/com/google/gwt/activity/shared/Activity.java Fri Oct 8
06:15:38 2010
+++ /trunk/user/src/com/google/gwt/activity/shared/Activity.java Tue Oct 12
10:53:11 2010
@@ -19,11 +19,6 @@
import com.google.gwt.user.client.ui.AcceptsOneWidget;
/**
- * <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 com.google.gwt.place.shared.PlaceChangeEvent} events as the user
=======================================
--- /trunk/user/src/com/google/gwt/activity/shared/ActivityManager.java Tue
Oct 12 07:55:56 2010
+++ /trunk/user/src/com/google/gwt/activity/shared/ActivityManager.java Tue
Oct 12 10:53:11 2010
@@ -28,11 +28,6 @@
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>
* 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/user/src/com/google/gwt/activity/shared/ActivityMapper.java Tue
Oct 12 07:55:56 2010
+++ /trunk/user/src/com/google/gwt/activity/shared/ActivityMapper.java Tue
Oct 12 10:53:11 2010
@@ -18,11 +18,6 @@
import com.google.gwt.place.shared.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/user/src/com/google/gwt/editor/client/EditorDelegate.java Fri
Sep 24 12:10:50 2010
+++ /trunk/user/src/com/google/gwt/editor/client/EditorDelegate.java Tue
Oct 12 10:53:11 2010
@@ -18,11 +18,6 @@
import com.google.gwt.event.shared.HandlerRegistration;
/**
- * <p>
- * <span style="color:red">Experimental API: This class is still under
rapid
- * development, and is very likely to be changed. Use it at your own risk.
- * </span>
- * </p>
* Binds an individual Editor to the backing service. Every Editor has a
peer
* EditorDelegate. If an Editor implements the {...@link ValueAwareEditor}
* interface, the EditorDriver will make the delegate available through the
=======================================
---
/trunk/user/src/com/google/gwt/editor/client/SimpleBeanEditorDriver.java
Mon Sep 13 09:30:34 2010
+++
/trunk/user/src/com/google/gwt/editor/client/SimpleBeanEditorDriver.java
Tue Oct 12 10:53:11 2010
@@ -18,11 +18,6 @@
import java.util.List;
/**
- * <p>
- * <span style="color:red">Experimental API: This class is still under
rapid
- * development, and is very likely to be changed. Use it at your own risk.
- * </span>
- * </p>
* Automates editing of simple bean-like objects. The {...@link
EditorDelegate}
* provided from this driver has a no-op implementation of
* {...@link EditorDelegate#subscribe()}.
=======================================
--- /trunk/user/src/com/google/gwt/place/shared/Place.java Tue Oct 5
17:59:14 2010
+++ /trunk/user/src/com/google/gwt/place/shared/Place.java Tue Oct 12
10:53:11 2010
@@ -16,11 +16,6 @@
package com.google.gwt.place.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>
* Represents a bookmarkable location in an app. Implementations are
expected to
* provide correct {...@link Object#equals(Object)} and {...@link
Object#hashCode()}
* methods.
=======================================
--- /trunk/user/src/com/google/gwt/place/shared/PlaceChangeEvent.java Tue
Oct 5 17:59:14 2010
+++ /trunk/user/src/com/google/gwt/place/shared/PlaceChangeEvent.java Tue
Oct 12 10:53:11 2010
@@ -19,11 +19,6 @@
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.
*/
public class PlaceChangeEvent extends GwtEvent<PlaceChangeEvent.Handler> {
=======================================
---
/trunk/user/src/com/google/gwt/place/shared/PlaceChangeRequestEvent.java
Fri Oct 8 06:15:38 2010
+++
/trunk/user/src/com/google/gwt/place/shared/PlaceChangeRequestEvent.java
Tue Oct 12 10:53:11 2010
@@ -19,11 +19,6 @@
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, or tries to
* leave it. Receivers can call {...@link #setWarning(String)} request that
the
* user be prompted to confirm the change.
=======================================
--- /trunk/user/src/com/google/gwt/place/shared/PlaceController.java Fri
Oct 8 06:15:38 2010
+++ /trunk/user/src/com/google/gwt/place/shared/PlaceController.java Tue
Oct 12 10:53:11 2010
@@ -25,11 +25,6 @@
import java.util.logging.Logger;
/**
- * <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.
*/
public class PlaceController {
=======================================
--- /trunk/user/src/com/google/gwt/place/shared/PlaceHistoryMapper.java Tue
Oct 5 17:59:14 2010
+++ /trunk/user/src/com/google/gwt/place/shared/PlaceHistoryMapper.java Tue
Oct 12 10:53:11 2010
@@ -16,11 +16,6 @@
package com.google.gwt.place.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>
* Maps {...@link Place}s to/from tokens, used to configure a
* {...@link PlaceHistoryHandler}.
*/
=======================================
---
/trunk/user/src/com/google/gwt/requestfactory/server/DefaultSecurityProvider.java
Fri Aug 13 14:38:39 2010
+++
/trunk/user/src/com/google/gwt/requestfactory/server/DefaultSecurityProvider.java
Tue Oct 12 10:53:11 2010
@@ -18,13 +18,8 @@
import com.google.gwt.requestfactory.shared.Service;
/**
- * <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 security provider that enforces {...@link
com.google.gwt.requestfactory.shared.Service}
- * annotations.
+ * A security provider that enforces
+ * {...@link com.google.gwt.requestfactory.shared.Service} annotations.
*/
public class DefaultSecurityProvider implements RequestSecurityProvider {
=======================================
---
/trunk/user/src/com/google/gwt/requestfactory/server/OperationRegistry.java
Fri Aug 13 14:38:39 2010
+++
/trunk/user/src/com/google/gwt/requestfactory/server/OperationRegistry.java
Tue Oct 12 10:53:11 2010
@@ -16,11 +16,6 @@
package com.google.gwt.requestfactory.server;
/**
- * <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>
* Maps operation name to {RequestDefinition}.
*/
public interface OperationRegistry {
=======================================
---
/trunk/user/src/com/google/gwt/requestfactory/server/ReflectionBasedOperationRegistry.java
Fri Oct 1 18:15:55 2010
+++
/trunk/user/src/com/google/gwt/requestfactory/server/ReflectionBasedOperationRegistry.java
Tue Oct 12 10:53:11 2010
@@ -29,11 +29,6 @@
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>
* OperationRegistry which uses the operation name as a convention for
* reflection to a method on a class, and returns an appropriate {...@link
* com.google.gwt.requestfactory.server.RequestDefinition}.
=======================================
---
/trunk/user/src/com/google/gwt/requestfactory/server/RequestDefinition.java
Tue Sep 28 08:39:15 2010
+++
/trunk/user/src/com/google/gwt/requestfactory/server/RequestDefinition.java
Tue Oct 12 10:53:11 2010
@@ -19,11 +19,6 @@
import java.lang.reflect.Type;
/**
- * <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 enums that define the mapping between request objects and
* service methods.
*/
=======================================
---
/trunk/user/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java
Sun Sep 19 16:42:30 2010
+++
/trunk/user/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java
Tue Oct 12 10:53:11 2010
@@ -29,11 +29,6 @@
import javax.servlet.http.HttpServletResponse;
/**
- * <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. Does user authentication on
every
* request, returning SC_UNAUTHORIZED if authentication fails, as well as a
* header named "login" which contains the URL the user should be sent in
to
=======================================
---
/trunk/user/src/com/google/gwt/requestfactory/server/RequestProperty.java
Tue Sep 21 12:24:16 2010
+++
/trunk/user/src/com/google/gwt/requestfactory/server/RequestProperty.java
Tue Oct 12 10:53:11 2010
@@ -21,9 +21,7 @@
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>
Represents one piece in a
- * property reference sequence.
+ * Represents one piece in a property reference sequence.
*/
public class RequestProperty implements Iterable<RequestProperty> {
=======================================
---
/trunk/user/src/com/google/gwt/requestfactory/server/RequestSecurityProvider.java
Fri Aug 13 14:38:39 2010
+++
/trunk/user/src/com/google/gwt/requestfactory/server/RequestSecurityProvider.java
Tue Oct 12 10:53:11 2010
@@ -16,11 +16,6 @@
package com.google.gwt.requestfactory.server;
/**
- * <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>
* Enforces security policy for operations and classes, as well as
permitting
* request obfuscation.
*/
=======================================
---
/trunk/user/src/com/google/gwt/requestfactory/server/SampleDataPopulator.java
Tue Oct 5 11:03:13 2010
+++
/trunk/user/src/com/google/gwt/requestfactory/server/SampleDataPopulator.java
Tue Oct 12 10:53:11 2010
@@ -34,11 +34,6 @@
import java.io.UnsupportedEncodingException;
/**
- * <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/user/src/com/google/gwt/requestfactory/shared/EntityProxy.java
Tue Oct 5 11:03:13 2010
+++ /trunk/user/src/com/google/gwt/requestfactory/shared/EntityProxy.java
Tue Oct 12 10:53:11 2010
@@ -16,11 +16,6 @@
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>
* A proxy for a server-side domain object.
*/
public interface EntityProxy {
=======================================
---
/trunk/user/src/com/google/gwt/requestfactory/shared/EntityProxyChange.java
Fri Oct 8 06:15:38 2010
+++
/trunk/user/src/com/google/gwt/requestfactory/shared/EntityProxyChange.java
Tue Oct 12 10:53:11 2010
@@ -21,11 +21,6 @@
import com.google.gwt.event.shared.HandlerRegistration;
/**
- * <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 base class for an event announcing changes to an
* {...@link EntityProxy}.
* <p>
=======================================
--- /trunk/user/src/com/google/gwt/requestfactory/shared/Id.java Tue Sep 14
17:54:04 2010
+++ /trunk/user/src/com/google/gwt/requestfactory/shared/Id.java Tue Oct 12
10:53:11 2010
@@ -16,11 +16,6 @@
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 property of an entity.
*/
public @interface Id {
=======================================
--- /trunk/user/src/com/google/gwt/requestfactory/shared/ProxyFor.java Thu
Sep 2 20:54:55 2010
+++ /trunk/user/src/com/google/gwt/requestfactory/shared/ProxyFor.java Tue
Oct 12 10:53:11 2010
@@ -21,9 +21,7 @@
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'
+ * Annotation on Record classes specifying 'type'. 'type'
* represents the server-side counterpart of the Record.
*/
@Retention(RetentionPolicy.RUNTIME)
=======================================
--- /trunk/user/src/com/google/gwt/requestfactory/shared/Receiver.java Fri
Sep 24 12:10:50 2010
+++ /trunk/user/src/com/google/gwt/requestfactory/shared/Receiver.java Tue
Oct 12 10:53:11 2010
@@ -18,11 +18,6 @@
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 display values.
*
* @param <V> value type
=======================================
--- /trunk/user/src/com/google/gwt/requestfactory/shared/Request.java Fri
Oct 1 18:15:55 2010
+++ /trunk/user/src/com/google/gwt/requestfactory/shared/Request.java Tue
Oct 12 10:53:11 2010
@@ -16,11 +16,6 @@
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 the request objects created by this factory.
*
* @param <T> The return type of objects in the corresponding response.
=======================================
--- /trunk/user/src/com/google/gwt/requestfactory/shared/RequestEvent.java
Thu Sep 16 04:46:26 2010
+++ /trunk/user/src/com/google/gwt/requestfactory/shared/RequestEvent.java
Tue Oct 12 10:53:11 2010
@@ -22,11 +22,6 @@
import com.google.gwt.http.client.Response;
/**
- * <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/user/src/com/google/gwt/requestfactory/shared/RequestFactory.java
Tue Oct 5 11:03:13 2010
+++
/trunk/user/src/com/google/gwt/requestfactory/shared/RequestFactory.java
Tue Oct 12 10:53:11 2010
@@ -18,11 +18,6 @@
import com.google.gwt.event.shared.EventBus;
/**
- * <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/user/src/com/google/gwt/requestfactory/shared/Service.java Thu
Jun 24 14:48:00 2010
+++ /trunk/user/src/com/google/gwt/requestfactory/shared/Service.java Tue
Oct 12 10:53:11 2010
@@ -21,11 +21,6 @@
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 Request classes specifying the server side
implementations that
* back them.
*/
=======================================
--- /trunk/user/src/com/google/gwt/requestfactory/shared/Version.java Tue
Sep 14 17:54:04 2010
+++ /trunk/user/src/com/google/gwt/requestfactory/shared/Version.java Tue
Oct 12 10:53:11 2010
@@ -16,11 +16,6 @@
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 property of an entity.
*/
public @interface Version {
=======================================
--- /trunk/user/src/com/google/gwt/requestfactory/shared/Violation.java Wed
Sep 29 11:01:14 2010
+++ /trunk/user/src/com/google/gwt/requestfactory/shared/Violation.java Tue
Oct 12 10:53:11 2010
@@ -16,12 +16,8 @@
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>
- * A lightweight representation of a ConstraintViolation.
+ * A lightweight representation of a
+ * {...@link javax.validation.ConstraintViolation}.
*/
public interface Violation {
String getMessage();
=======================================
---
/trunk/user/src/com/google/gwt/requestfactory/shared/WriteOperation.java
Mon Sep 27 08:21:01 2010
+++
/trunk/user/src/com/google/gwt/requestfactory/shared/WriteOperation.java
Tue Oct 12 10:53:11 2010
@@ -16,11 +16,6 @@
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>
* The enum used in {...@link EntityProxyChange}.
* <ul>
* <li>A PERSIST event is fired after a proxy that was created on the
client has
=======================================
--- /trunk/user/src/com/google/gwt/text/shared/AbstractRenderer.java Tue
Oct 5 17:59:14 2010
+++ /trunk/user/src/com/google/gwt/text/shared/AbstractRenderer.java Tue
Oct 12 10:53:11 2010
@@ -18,10 +18,6 @@
import java.io.IOException;
/**
- * <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 a renderer to make implementation of
rendering
* simpler.
*
=======================================
---
/trunk/user/src/com/google/gwt/text/shared/AbstractSafeHtmlRenderer.java
Thu Sep 2 08:33:16 2010
+++
/trunk/user/src/com/google/gwt/text/shared/AbstractSafeHtmlRenderer.java
Tue Oct 12 10:53:11 2010
@@ -20,10 +20,6 @@
import com.google.gwt.safehtml.shared.SafeHtmlUtils;
/**
- * <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 a safe HTML renderer to make implementation
of
* rendering simpler.
*
=======================================
--- /trunk/user/src/com/google/gwt/text/shared/Parser.java Fri Jun 18
20:16:34 2010
+++ /trunk/user/src/com/google/gwt/text/shared/Parser.java Tue Oct 12
10:53:11 2010
@@ -18,10 +18,6 @@
import java.text.ParseException;
/**
- * <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 object that can parse text and return a value.
*
* @param <T> the type to parse
=======================================
--- /trunk/user/src/com/google/gwt/text/shared/Renderer.java Fri Jun 18
20:16:34 2010
+++ /trunk/user/src/com/google/gwt/text/shared/Renderer.java Tue Oct 12
10:53:11 2010
@@ -18,10 +18,6 @@
import java.io.IOException;
/**
- * <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 object that can render other objects of a particular type into
plain-text
* form. Allows decoupling that is useful for a dependency-injection
* architecture.
=======================================
--- /trunk/user/src/com/google/gwt/text/shared/SafeHtmlRenderer.java Thu
Sep 2 08:33:16 2010
+++ /trunk/user/src/com/google/gwt/text/shared/SafeHtmlRenderer.java Tue
Oct 12 10:53:11 2010
@@ -19,10 +19,6 @@
import com.google.gwt.safehtml.shared.SafeHtmlBuilder;
/**
- * <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 object that can render other objects of a particular type into safe
HTML
* form. Allows decoupling that is useful for a dependency-injection
* architecture.
=======================================
---
/trunk/user/src/com/google/gwt/text/shared/testing/PassthroughParser.java
Fri Oct 8 06:15:38 2010
+++
/trunk/user/src/com/google/gwt/text/shared/testing/PassthroughParser.java
Tue Oct 12 10:53:11 2010
@@ -18,10 +18,6 @@
import com.google.gwt.text.shared.Parser;
/**
- * <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 no-op String parser.
*/
public class PassthroughParser implements Parser<String> {
=======================================
---
/trunk/user/src/com/google/gwt/text/shared/testing/PassthroughRenderer.java
Fri Oct 8 06:15:38 2010
+++
/trunk/user/src/com/google/gwt/text/shared/testing/PassthroughRenderer.java
Tue Oct 12 10:53:11 2010
@@ -19,10 +19,6 @@
import com.google.gwt.text.shared.Renderer;
/**
- * <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 no-op String renderer. This is rarely or never the right
* thing to use in production, but it's handy for tests.
*/
=======================================
--- /trunk/user/src/com/google/gwt/user/client/ui/DoubleBox.java Tue Oct 5
17:59:14 2010
+++ /trunk/user/src/com/google/gwt/user/client/ui/DoubleBox.java Tue Oct 12
10:53:11 2010
@@ -20,10 +20,6 @@
import com.google.gwt.text.client.DoubleRenderer;
/**
- * <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 ValueBox that uses {...@link DoubleParser} and {...@link DoubleRenderer}.
*/
public class DoubleBox extends ValueBox<Double> {
=======================================
--- /trunk/user/src/com/google/gwt/user/client/ui/IntegerBox.java Tue Oct
5 17:59:14 2010
+++ /trunk/user/src/com/google/gwt/user/client/ui/IntegerBox.java Tue Oct
12 10:53:11 2010
@@ -20,10 +20,6 @@
import com.google.gwt.text.client.IntegerRenderer;
/**
- * <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 ValueBox that uses {...@link IntegerParser} and {...@link
IntegerRenderer}.
*/
public class IntegerBox extends ValueBox<Integer> {
=======================================
--- /trunk/user/src/com/google/gwt/user/client/ui/LongBox.java Tue Oct 5
17:59:14 2010
+++ /trunk/user/src/com/google/gwt/user/client/ui/LongBox.java Tue Oct 12
10:53:11 2010
@@ -20,10 +20,6 @@
import com.google.gwt.text.client.LongRenderer;
/**
- * <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 ValueBox that uses {...@link LongParser} and {...@link LongRenderer}.
*/
public class LongBox extends ValueBox<Long> {
=======================================
--- /trunk/user/src/com/google/gwt/user/client/ui/NotificationMole.java Tue
Oct 5 17:59:14 2010
+++ /trunk/user/src/com/google/gwt/user/client/ui/NotificationMole.java Tue
Oct 12 10:53:11 2010
@@ -27,11 +27,6 @@
import com.google.gwt.user.client.Timer;
/**
- * <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/user/src/com/google/gwt/user/client/ui/ValueBox.java Tue Aug 31
20:57:09 2010
+++ /trunk/user/src/com/google/gwt/user/client/ui/ValueBox.java Tue Oct 12
10:53:11 2010
@@ -23,10 +23,6 @@
import com.google.gwt.text.shared.Renderer;
/**
- * <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 text box able to parse its displayed value.
*
* @param <T> the value type
=======================================
--- /trunk/user/src/com/google/gwt/user/client/ui/ValuePicker.java Fri Oct
8 06:15:38 2010
+++ /trunk/user/src/com/google/gwt/user/client/ui/ValuePicker.java Tue Oct
12 10:53:11 2010
@@ -32,11 +32,6 @@
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>
* Allows the user to pick a single value from a list.
*
* @param <T> the type of value
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors