Deprecate JExcelAPI usage

Deprecated since JExcelAPI is an abandoned project (no release since 2009, with serious bugs remaining)
This commit is contained in:
Marten Deinum
2015-01-07 08:49:46 +01:00
committed by Michael Minella
parent c7974a68c1
commit 8fc7058bc2
3 changed files with 7 additions and 0 deletions

View File

@@ -32,7 +32,10 @@ import org.springframework.util.ClassUtils;
* @param <T> the type
* @author Marten Deinum
* @since 0.5.0
*
* @deprecated since JExcelAPI is an abandoned project (no release since 2009, with serious bugs remaining)
*/
@Deprecated
public class JxlItemReader<T> extends AbstractExcelItemReader<T> {
private Workbook workbook;

View File

@@ -25,7 +25,9 @@ import org.springframework.batch.item.excel.Sheet;
*
* @author Marten Deinum
* @since 0.5.0
* @deprecated since JExcelAPI is an abandoned project (no release since 2009, with serious bugs remaining)
*/
@Deprecated
public class JxlSheet implements Sheet {
private final jxl.Sheet delegate;

View File

@@ -29,7 +29,9 @@ import java.util.List;
*
* @author Marten Deinum
* @since 0.5.0
* @deprecated since JExcelAPI is an abandoned project (no release since 2009, with serious bugs remaining)
*/
@Deprecated
public final class JxlUtils {
/**