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

This commit is contained in:
r-ca 2023-12-25 14:15:54 +09:00
parent ca3b4d78a5
commit bc24ec45af
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.processor;
public interface XmlMetaProcessor {
}

View File

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