XMLMetaのパーサーを作成 WIP

This commit is contained in:
r-ca 2023-12-25 15:32:57 +09:00
parent 453fa4c4cf
commit b675e7ffa9
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.utils;
public interface XmlMetaParser {
}

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.utils.impl;
public class XmlMetaParserImpl {
}