[seam-commits] Seam SVN: r10379 - trunk/src/excel/org/jboss/seam/excel.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Apr 10 19:38:47 EDT 2009


Author: danielc.roth
Date: 2009-04-10 19:38:47 -0400 (Fri, 10 Apr 2009)
New Revision: 10379

Modified:
   trunk/src/excel/org/jboss/seam/excel/ExcelFactory.java
Log:
Adding Install annotation so that it may be overridden.

Modified: trunk/src/excel/org/jboss/seam/excel/ExcelFactory.java
===================================================================
--- trunk/src/excel/org/jboss/seam/excel/ExcelFactory.java	2009-04-10 09:18:00 UTC (rev 10378)
+++ trunk/src/excel/org/jboss/seam/excel/ExcelFactory.java	2009-04-10 23:38:47 UTC (rev 10379)
@@ -6,6 +6,7 @@
 import org.jboss.seam.Component;
 import org.jboss.seam.ScopeType;
 import org.jboss.seam.annotations.AutoCreate;
+import org.jboss.seam.annotations.Install;
 import org.jboss.seam.annotations.Name;
 import org.jboss.seam.annotations.Scope;
 import org.jboss.seam.annotations.intercept.BypassInterceptors;
@@ -21,6 +22,7 @@
 @Name("org.jboss.seam.excel.excelFactory")
 @Scope(ScopeType.STATELESS)
 @AutoCreate
+ at Install(precedence=Install.BUILT_IN)
 @BypassInterceptors
 public class ExcelFactory
 {




More information about the seam-commits mailing list