mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
XMLMetaのパーサーを作成 WIP
This commit is contained in:
parent
453fa4c4cf
commit
b675e7ffa9
|
@ -0,0 +1,4 @@
|
||||||
|
package one.nem.lacerta.utils;
|
||||||
|
|
||||||
|
public interface XmlMetaParser {
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
package one.nem.lacerta.utils.impl;
|
||||||
|
|
||||||
|
public class XmlMetaParserImpl {
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user