public interface TagGenerator extends TagHandler {
+ /**
+ * Generates the tag.
+ *
+ * @throws IOException if an I/O error occurs
+ * @author Your Name
+ * @since 1.0
+ */
public void generate() throws IOException;
}
Created
April 6, 2024 01:55
-
-
Save Bit-Flipper/91c8d8c30fda59352a485267394eb960 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment