Annotation Type ExcelUnknownCells


  • @Retention(RUNTIME)
    @Target(FIELD)
    @Documented
    public @interface ExcelUnknownCells
    This annotations allows you to put every unknown cell (neither mapped by name, nor by index) into a Map<String,String>
    Author:
    breucode