DocumentProcessor作成

This commit is contained in:
r-ca 2023-12-16 15:13:47 +09:00
parent 3d7fbf8a95
commit 2b3b738d3c
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.data.processor;
public interface DocumentProcessor {
}

View File

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