Skip to content

Instantly share code, notes, and snippets.

@cybersonic
Last active December 19, 2015 01:39
Show Gist options
  • Save cybersonic/5877212 to your computer and use it in GitHub Desktop.
Save cybersonic/5877212 to your computer and use it in GitHub Desktop.
beanFactory = new aop("/services");
ReverseService = beanFactory.getBean("ReverseService");
WriteOutput(ReverseService.doReverse("Hello!"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment