cleanup and minor refactoring

This commit is contained in:
Ernir Erlingsson
2016-04-26 12:05:25 +02:00
parent e809aaa932
commit da50c5dcc3
6 changed files with 10 additions and 17 deletions

View File

@@ -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