Package org.springframework.context.support

Examples of org.springframework.context.support.GenericApplicationContext.destroy()


    assertEquals( "ModuleThree", beans.get( 1 ).getModule() );
    assertEquals( "ModuleTwo", beans.get( 2 ).getModule() );
    assertEquals( "ModuleOne", beans.get( 3 ).getModule() );

    context.shutdown();
    applicationContext.destroy();
  }

  @Configuration
  static class MyBeanConfig
  {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.