1112131415161718192021
ApplicationContext context = new ClassPathXmlApplicationContext("/application-context.xml"); Target target = (Target) context.getBean("target"); target.before(); try { target.lancaExcecao(); } catch (Exception e) { }