mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
Factory作成, 実装
This commit is contained in:
parent
734f6eb41d
commit
b90ef6a487
|
@ -0,0 +1,11 @@
|
||||||
|
package one.nem.lacerta.source.file.factory;
|
||||||
|
|
||||||
|
import java.nio.file.Path;
|
||||||
|
|
||||||
|
import dagger.assisted.AssistedFactory;
|
||||||
|
import one.nem.lacerta.source.file.FileManager;
|
||||||
|
|
||||||
|
@AssistedFactory
|
||||||
|
public interface FileManagerFactory {
|
||||||
|
FileManager create(Path rootDir);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user