[Jboss-cvs] JBossAS SVN: r55148 - branches/MC_VDF_WORK/system/src/main/org/jboss/deployers/spi

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 3 20:32:43 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-03 20:32:41 -0400 (Thu, 03 Aug 2006)
New Revision: 55148

Modified:
   branches/MC_VDF_WORK/system/src/main/org/jboss/deployers/spi/AspectDeployer.java
Log:
Add a todo about the largely meaningless deployment suffix order

Modified: branches/MC_VDF_WORK/system/src/main/org/jboss/deployers/spi/AspectDeployer.java
===================================================================
--- branches/MC_VDF_WORK/system/src/main/org/jboss/deployers/spi/AspectDeployer.java	2006-08-03 23:53:07 UTC (rev 55147)
+++ branches/MC_VDF_WORK/system/src/main/org/jboss/deployers/spi/AspectDeployer.java	2006-08-04 00:32:41 UTC (rev 55148)
@@ -10,13 +10,15 @@
 package org.jboss.deployers.spi;
 
 import org.jboss.system.Service;
-import org.jboss.vfs.spi.VirtualFile;
 
-
 /**
- * The new Deployer interface 
+ * The new Deployer interface.
  * 
+ * TODO: the suffix notion is weak now, and the enhanced suffix notion has no
+ * meaning with the deployer chain.
+ * 
  * @author <a href="mailto:dimitris at jboss.org">Dimitris Andreadis</a>
+ * @author Scott.Stark at jboss.org
  * @version $Revision$
  */
 public interface AspectDeployer extends Service




More information about the jboss-cvs-commits mailing list