mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
Factory実装 WIP
This commit is contained in:
parent
0758b697a2
commit
32ee755d08
|
@ -0,0 +1,10 @@
|
||||||
|
package one.nem.lacerta.vcs.factory;
|
||||||
|
|
||||||
|
import dagger.assisted.AssistedFactory;
|
||||||
|
import one.nem.lacerta.vcs.impl.LacertaVcsImpl;
|
||||||
|
|
||||||
|
@AssistedFactory
|
||||||
|
public interface LacertaVcsFactory {
|
||||||
|
|
||||||
|
LacertaVcsImpl create(String documentId);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user