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

com.wadpam.gaelic.GaelicConfig Maven / Gradle / Ivy

The newest version!
/*
 * INSERT COPYRIGHT HERE
 */

package com.wadpam.gaelic;

import com.wadpam.gaelic.config.ConfigBuilder;
import javax.servlet.ServletConfig;

/**
 *
 * @author sosandstrom
 */
public interface GaelicConfig {
    Node init(GaelicServlet gaelicServlet, ServletConfig servletConfig);
    
    static final ConfigBuilder BUILDER = new ConfigBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy