Advertisement
alexandrecoussy

Untitled

Oct 13th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1.     public static void main(String[] args) {
  2.  
  3.         ApplicationContext applicationContext = new AnnotationConfigApplicationContext(Config.class);
  4.         applicationContext.getBean(Alpha.class).m1();
  5.        
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement