All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gw.config.ServiceKernelInit Maven / Gradle / Ivy

There is a newer version: 1.18.2
Show newest version
/*
 * Copyright 2014 Guidewire Software, Inc.
 */

package gw.config;

public interface ServiceKernelInit
{
  /**
   * Allows the default kernel services to be overridden, providing
   * customizations at higher levels of the system. 
   */
  public void init( ServiceKernel kernel );

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy