Author: ivaynberg
Date: Tue Jul 13 15:56:53 2010
New Revision: 963770
URL: http://svn.apache.org/viewvc?rev=963770&view=rev
Log:
javadoc tweak
Modified:
wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java
Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java?rev=963770&r1=963769&r2=963770&view=diff
==============================================================================
--- wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java
(original)
+++ wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java Tue Jul
13 15:56:53 2010
@@ -864,7 +864,11 @@ public abstract class Component implemen
* from this component to the {...@link Page} thus providing the
component with an atomic callback
* when the component's environment is built out.
* <p>
- * Overrides must call supe...@link #onInitialize()}
+ * Overrides must call supe...@link #onInitialize()}. Usually this
should be the first thing an
+ * override does, much like a constructor.
+ * </p>
+ * <p>
+ * Parent containers are guaranteed to be initialized before their
children
* </p>
*
* <p>