Reviewers: rjrjr,
Description:
fixup UiField(provided) javadoc
Please review this at http://gwt-code-reviews.appspot.com/1179801/show
Affected files:
M user/src/com/google/gwt/uibinder/client/UiField.java
Index: user/src/com/google/gwt/uibinder/client/UiField.java
===================================================================
--- user/src/com/google/gwt/uibinder/client/UiField.java (revision 9312)
+++ user/src/com/google/gwt/uibinder/client/UiField.java (working copy)
@@ -23,12 +23,16 @@
/**
* Marks fields in a UiBinder client that must be filled by the binder's
- * {...@link UiBinder#createAndBindUi} method. If provided is true the field
- * creation is delegated to the client (owner).
+ * {...@link UiBinder#createAndBindUi} method.
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface UiField {
+ /**
+ * If provided is true then field creation is delegated to the client:
the
+ * client is responsible for filling that field before
+ * {...@link UiBinder#createAndBindUi}.
+ */
boolean provided() default false;
}
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors