MCPcopy Index your code
hub / github.com/seaswalker/spring-analysis / main

Method main

src/main/java/aop/Bootstrap.java:12–17  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

10public class Bootstrap {
11
12 public static void main(String[] args) {
13 ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext("config.xml");
14 SimpleAopBean bean = context.getBean(SimpleAopBean.class);
15 bean.testB();
16 System.out.println(bean.getClass().getSimpleName());
17 }
18
19}

Callers

nothing calls this directly

Calls 1

testBMethod · 0.95

Tested by

no test coverage detected