173174175176177178179
* Contributes the "service:" object provider. */ public static void contributeMasterObjectProvider( MappedConfiguration<String, ObjectProvider> configuration) { configuration.add("service", new ServiceObjectProvider()); }
171172173174175176177