mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
DocumentProcessor作成
This commit is contained in:
parent
3d7fbf8a95
commit
2b3b738d3c
|
@ -0,0 +1,4 @@
|
|||
package one.nem.lacerta.data.processor;
|
||||
|
||||
public interface DocumentProcessor {
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
package one.nem.lacerta.data.processor.impl;
|
||||
|
||||
public class DocumentProcessorImpl {
|
||||
}
|
Loading…
Reference in New Issue
Block a user