Added package-level documentation for excel packages

This commit is contained in:
Collin Smith 2021-01-10 18:34:08 -08:00
parent 2ace310ca3
commit f4705e5775
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
/**
* Second iteration of excel class hierarchy design. Kept for posterity until
* third iteration is complete.
*
* @see com.riiablo.codec.excel.Excel
* @see com.riiablo.table
*/
package com.riiablo.excel;

View File

@ -0,0 +1,8 @@
/**
* Third iteration of excel class hierarchy design. Incomplete, not used in
* production yet.
*
* @see com.riiablo.codec.excel.Excel
* @see com.riiablo.excel
*/
package com.riiablo.table;