Added package-info files.
This commit is contained in:
Marten Deinum
2015-02-03 22:01:11 +01:00
committed by Michael Minella
parent b945428eaf
commit 01ae4985e4
5 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
/**
* Support classes for the JExcel library.
*/
package org.springframework.batch.item.excel.jxl;

View File

@@ -0,0 +1,4 @@
/**
* Default {@code RowMapper} implemetations.
*/
package org.springframework.batch.item.excel.mapping;

View File

@@ -0,0 +1,4 @@
/**
* Core interfaces for reading Excel files
*/
package org.springframework.batch.item.excel;

View File

@@ -0,0 +1,4 @@
/**
* Support classes for the Apache POI library.
*/
package org.springframework.batch.item.excel.poi;

View File

@@ -0,0 +1,4 @@
/**
* RowSet abstraction for Excel documents
*/
package org.springframework.batch.item.excel.support.rowset;