[jboss-cvs] jboss-seam/src/main/org/jboss/seam/annotations ...
Gavin King
gavin.king at jboss.com
Wed Mar 7 12:25:33 EST 2007
User: gavin
Date: 07/03/07 12:25:33
Modified: src/main/org/jboss/seam/annotations Install.java
Log:
package debug components in debug package
Revision Changes Path
1.7 +9 -0 jboss-seam/src/main/org/jboss/seam/annotations/Install.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Install.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Install.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- Install.java 16 Feb 2007 16:49:03 -0000 1.6
+++ Install.java 7 Mar 2007 17:25:32 -0000 1.7
@@ -43,11 +43,20 @@
public static final int MOCK = 40;
/**
+ * Is this component installed by default?
+ *
* @return indicates if the component should be installed
*/
boolean value() default true;
/**
+ * Is this a debug component?
+ *
+ * @return indicates that the component should only be installed in debug mode
+ */
+ boolean debug() default false;
+
+ /**
* Indicates that the component should not be installed unless the
* dependent components are installed
*
More information about the jboss-cvs-commits
mailing list