Package juzu.impl.plugin.application.descriptor

Examples of juzu.impl.plugin.application.descriptor.ApplicationModuleDescriptor


    super("application");
  }

  @Override
  public ServiceDescriptor init(ServiceContext context) throws Exception {
    return new ApplicationModuleDescriptor(context.getConfig());
  }
View Full Code Here

TOP

Related Classes of juzu.impl.plugin.application.descriptor.ApplicationModuleDescriptor

Copyright © 2018 www.massapicom. 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.