Removed unused annotations

This commit is contained in:
Collin Smith
2020-12-12 16:47:59 -08:00
parent e8a8de6888
commit 7b8ea9511b
2 changed files with 0 additions and 11 deletions

View File

@ -1,5 +0,0 @@
package com.riiablo.excel2;
public @interface Format {
String value();
}

View File

@ -1,6 +0,0 @@
package com.riiablo.excel2;
/**
* Indicates that the tagged field should be ignored by the excel processor.
*/
public @interface Ignore {}