mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-14 04:00:48 +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…
x
Reference in New Issue
Block a user