185186187188189190191
} private static class ExtraServicesInit extends AdditionalInitialization { @Override protected void addExtraServices(ServiceTarget target) { target.addService(OtherService.NAME, new OtherService()).install(); }