mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-11-03 16:40:47 +00:00 
			
		
		
		
	Factory作成, 実装
This commit is contained in:
		
							parent
							
								
									29e0dca2c7
								
							
						
					
					
						commit
						a23010b535
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user