[seam-commits] Seam SVN: r9714 - trunk/src/main/org/jboss/seam.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Dec 4 02:57:58 EST 2008
Author: dan.j.allen
Date: 2008-12-04 02:57:58 -0500 (Thu, 04 Dec 2008)
New Revision: 9714
Modified:
trunk/src/main/org/jboss/seam/Component.java
Log:
todo note
Modified: trunk/src/main/org/jboss/seam/Component.java
===================================================================
--- trunk/src/main/org/jboss/seam/Component.java 2008-12-04 07:25:08 UTC (rev 9713)
+++ trunk/src/main/org/jboss/seam/Component.java 2008-12-04 07:57:58 UTC (rev 9714)
@@ -753,6 +753,7 @@
parameterSetters.add( new BijectedMethod(name, method, rp) );
}
+ // TODO: verify that these life-cycle methods have no arguments!
if ( method.isAnnotationPresent(PRE_PASSIVATE) )
{
prePassivateMethod = method;
More information about the seam-commits
mailing list