Revision: 10554
Author: [email protected]
Date: Thu Aug 18 11:06:00 2011
Log: Edited wiki page RequestFactoryInterfaceValidation through web
user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=10554
Modified:
/wiki/RequestFactoryInterfaceValidation.wiki
=======================================
--- /wiki/RequestFactoryInterfaceValidation.wiki Thu Aug 18 11:05:09 2011
+++ /wiki/RequestFactoryInterfaceValidation.wiki Thu Aug 18 11:06:00 2011
@@ -1,12 +1,12 @@
#summary Provides late validation of RequestFactory interfaces
-RequestFactory interfaces must be validated before they can be used by the
RequestFactory server code or JVM-based clients. This document explains
the mechanisms for validating those interfaces.
+As of GWT 2.5, RequestFactory interfaces must be validated before they can
be used by the RequestFactory server code or JVM-based clients. This
document explains the mechanisms for validating those interfaces.
<wiki:toc />
= Overview =
-*ERRATA This page incorrectly guides you to use requestfactory-apt.jar,
and to find it in the GWT_TOOLS directory. Instead, Developers should find
the requestfactory-apt.jar that came with their distribution. GWT
contributors should use the appropriately dated jar in GWT_TOOLS (at this
writing requestfactory-apt-2011-08-18.jar), or build their own via ant
requestfactory.*
+*ERRATA This page incorrectly guides you to find requestfactory-apt.jar in
the GWT_TOOLS directory. Instead, Developers should find the
requestfactory-apt.jar that came with their distribution. GWT contributors
should use the appropriately dated jar in GWT_TOOLS (at this writing
requestfactory-apt-2011-08-18.jar), or build their own via `ant
requestfactory`.*
The RequestFactory annotation processor will validate the RequestFactory
interface declarations and ensure that the mapping of proxy properties and
context methods to their domain types is valid. The manner in which the
errors are reported depends on the method by which the annotation processor
is invoked.
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors