Revision: 8310
Author: amitman...@google.com
Date: Wed Jun 23 15:29:19 2010
Log: Added the api warning for newly added classes.

Patch by: amitmanjhi
Review by: rjrjr (tbr)

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

http://code.google.com/p/google-web-toolkit/source/detail?r=8310

Modified:
/trunk/bikeshed/src/com/google/gwt/requestfactory/server/DefaultSecurityProvider.java /trunk/bikeshed/src/com/google/gwt/requestfactory/server/OperationRegistry.java /trunk/bikeshed/src/com/google/gwt/requestfactory/server/ReflectionBasedOperationRegistry.java /trunk/bikeshed/src/com/google/gwt/requestfactory/server/RequestSecurityProvider.java
 /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/Service.java

=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/server/DefaultSecurityProvider.java Wed Jun 23 14:38:51 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/server/DefaultSecurityProvider.java Wed Jun 23 15:29:19 2010
@@ -18,6 +18,11 @@
 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.
  */
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/server/OperationRegistry.java Wed Jun 23 14:38:51 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/server/OperationRegistry.java Wed Jun 23 15:29:19 2010
@@ -18,6 +18,11 @@
 import com.google.gwt.requestfactory.shared.RequestFactory;

 /**
+ * <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/bikeshed/src/com/google/gwt/requestfactory/server/ReflectionBasedOperationRegistry.java Wed Jun 23 14:38:51 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/server/ReflectionBasedOperationRegistry.java Wed Jun 23 15:29:19 2010
@@ -27,6 +27,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>
  * 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.shared.RequestFactory.RequestDefinition}.
=======================================
--- /trunk/bikeshed/src/com/google/gwt/requestfactory/server/RequestSecurityProvider.java Wed Jun 23 14:38:51 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/server/RequestSecurityProvider.java Wed Jun 23 15:29:19 2010
@@ -16,6 +16,11 @@
 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/bikeshed/src/com/google/gwt/requestfactory/shared/Service.java Wed Jun 23 14:38:51 2010 +++ /trunk/bikeshed/src/com/google/gwt/requestfactory/shared/Service.java Wed Jun 23 15:29:19 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 Request classes specifying the server side implementations that
  * back them.
  */

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

Reply via email to