I have a provider method in a module annotated with @Provides:
@Provides
@Provides public ChatServicePerformanceMonitor getChatServicePerfMon() { ... }