return;
}
try {
String[] locations = anotations.value();
boolean ignoreNoSuchBean = anotations.ignoreNoSuchBean();
ctx = new FixtureSpringApplicationContext(locations, this.getClass(), ignoreNoSuchBean);
FixtureBeanInjector.injectBeans(ctx, this);
RemoteInvokerRegister.injectSpringBeanRemote(ctx, this);
} catch (Throwable e) {
e.printStackTrace();
throw new RuntimeException("spring inject error", e);