mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-26 23:50:23 +07:00
Added package-level documentation for excel packages
This commit is contained in:
parent
2ace310ca3
commit
f4705e5775
8
core/src/main/java/com/riiablo/excel/package-info.java
Normal file
8
core/src/main/java/com/riiablo/excel/package-info.java
Normal 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;
|
8
core/src/main/java/com/riiablo/table/package-info.java
Normal file
8
core/src/main/java/com/riiablo/table/package-info.java
Normal 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;
|
Loading…
Reference in New Issue
Block a user