[jboss-cvs] jboss-seam/src/main/org/jboss/seam/annotations ...
Gavin King
gavin.king at jboss.com
Tue Jan 9 02:16:57 EST 2007
User: gavin
Date: 07/01/09 02:16:57
Modified: src/main/org/jboss/seam/annotations Install.java
Log:
MOCK priority
Revision Changes Path
1.4 +6 -1 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.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Install.java 24 Nov 2006 23:15:17 -0000 1.3
+++ Install.java 9 Jan 2007 07:16:57 -0000 1.4
@@ -32,11 +32,16 @@
public static final int APPLICATION = 20;
/**
* Precedence to use for components which override
- * application components in a particulat deployment
+ * application components in a particular deployment
*/
public static final int DEPLOYMENT = 30;
/**
+ * Precedence to use for mock objects in tests
+ */
+ public static final int MOCK = 40;
+
+ /**
* @return indicates if the component should be installed
*/
boolean value() default true;
More information about the jboss-cvs-commits
mailing list