Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
java
java
ApplicationContext context = ...; // your Spring ApplicationContext
HellWorldHelloWorld client = (HelloWorld) context.getBean("helloClient");

...