mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 09:43:15 +00:00
メタデータのプロセッサーを作成
This commit is contained in:
parent
ca3b4d78a5
commit
bc24ec45af
|
@ -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