mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
メタデータのプロセッサーを作成
This commit is contained in:
parent
646627ac49
commit
c1b8722b82
|
@ -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 {
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user