mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
cleanup and minor refactoring
This commit is contained in:
@@ -47,11 +47,17 @@ import dagger.Component;
|
||||
})
|
||||
public interface AndroidComponent extends CoreEagerSingletons {
|
||||
// Exposed objects
|
||||
@CryptoExecutor Executor cryptoExecutor();
|
||||
@CryptoExecutor
|
||||
Executor cryptoExecutor();
|
||||
|
||||
PasswordStrengthEstimator passwordStrengthIndicator();
|
||||
|
||||
CryptoComponent cryptoComponent();
|
||||
|
||||
DatabaseConfig databaseConfig();
|
||||
|
||||
AuthorFactory authFactory();
|
||||
|
||||
ReferenceManager referenceMangager();
|
||||
|
||||
@DatabaseExecutor
|
||||
|
||||
Reference in New Issue
Block a user