Examples of NamingModule


Examples of com.foreach.across.test.modules.naming.NamingModule

public class TestDefaultProvidedBeans
{
  @Test
  public void rightProvidedBeansAreWiredInEachModule() {
    NamingModule firstModule = new NamingModule( "FirstModule" );
    NamingModule lastModule = new NamingModule( "LastModule" );

    AcrossContext context = new AcrossContext();
    context.addModule( firstModule );
    context.addModule( lastModule );
    context.bootstrap();
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.