mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-06 16:27:34 +07:00
Removed unused annotations
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
package com.riiablo.excel2;
|
||||
|
||||
public @interface Format {
|
||||
String value();
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
package com.riiablo.excel2;
|
||||
|
||||
/**
|
||||
* Indicates that the tagged field should be ignored by the excel processor.
|
||||
*/
|
||||
public @interface Ignore {}
|
Reference in New Issue
Block a user