Searched refs:ExampleService (Results 1 – 3 of 3) sorted by relevance
23 public static class ExampleService { class in ShouldNotTryToInjectInFinalOrStaticFieldsTest31 @InjectMocks private ExampleService exampleService = new ExampleService();
973 class ExampleService: class985 server.register_instance(ExampleService(), allow_dotted_names=True)
238 class ExampleService:250 server.register_instance(ExampleService(), allow_dotted_names=True)259 This ExampleService demo can be invoked from the command line::