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
+(a)Install(precedence=Install.BUILT_IN)
@BypassInterceptors
public class ExcelFactory
{
Show replies by date