You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/12/29 02:17:16 UTC

svn commit: r894294 - /incubator/click/trunk/click/framework/src/org/apache/click/util/Bindable.java

Author: sabob
Date: Tue Dec 29 01:17:16 2009
New Revision: 894294

URL: http://svn.apache.org/viewvc?rev=894294&view=rev
Log:
doco

Modified:
    incubator/click/trunk/click/framework/src/org/apache/click/util/Bindable.java

Modified: incubator/click/trunk/click/framework/src/org/apache/click/util/Bindable.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/util/Bindable.java?rev=894294&r1=894293&r2=894294&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/util/Bindable.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/util/Bindable.java Tue Dec 29 01:17:16 2009
@@ -26,6 +26,8 @@
 /**
  * Provides a Page field auto binding annotation.
  * <p/>
+ * Bindable can bind private, protected and public Page fields.
+ * <p/>
  * Note if a &#64;Bindable field's visibility is not public then Click will set
  * the field to be accessible using reflection. If the Java application server
  * has restricted security policies in place then this may cause a