Author: ivaynberg
Date: Thu Jan  4 14:26:14 2007
New Revision: 492779

URL: http://svn.apache.org/viewvc?view=rev&rev=492779
Log:
javadoc

Modified:
    incubator/wicket/trunk/wicket/src/main/java/wicket/Component.java

Modified: incubator/wicket/trunk/wicket/src/main/java/wicket/Component.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Component.java?view=diff&rev=492779&r1=492778&r2=492779
==============================================================================
--- incubator/wicket/trunk/wicket/src/main/java/wicket/Component.java (original)
+++ incubator/wicket/trunk/wicket/src/main/java/wicket/Component.java Thu Jan  
4 14:26:14 2007
@@ -2982,6 +2982,8 @@
         * this will be tightened in Wicket 1.3 when we will add the guarantee 
that
         * onAttach() be called before any framework use of a Component (in the
         * implementation of request targets).
+        * 
+        * IMPORTANT: Overrides must call super.onAttach()
         */
        protected void onAttach()
        {
@@ -3027,6 +3029,8 @@
         * of this will be tightened in Wicket 1.3 when we will add the 
guarantee
         * that onDetach() be called after all framework use of a Component (in 
the
         * implementation of request targets).
+        * 
+        * IMPORTANT: Overrides must call super.onDetach()
         */
        protected void onDetach()
        {


Reply via email to