メタデータのプロセッサーを作成

This commit is contained in:
r-ca 2023-12-25 14:15:54 +09:00
parent 646627ac49
commit c1b8722b82
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9
2 changed files with 8 additions and 0 deletions
processor/src/main/java/one/nem/lacerta/processor

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

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