org.swiftboot.sheet.meta.SheetVisitor Maven / Gradle / Ivy
package org.swiftboot.sheet.meta;
/**
* The visitor for sheet id.
*
* @author swiftech
*/
@FunctionalInterface
public interface SheetVisitor {
void visitSheet(SheetId sheetId);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy