}
@Override public ComboAnalyzerWrapper get() {
// This function is also called during the AnalysisService initialization,
// hence the following constructor also needs to to perform lazy loading by itself.
return new ComboAnalyzerWrapper(version, name, settings, injector);
}