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

org.deephacks.tools4j.config.internal.core.runtime.typesafe.impl.FullIncluder Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
/**
 *   Copyright (C) 2011-2012 Typesafe Inc. 
 */
package org.deephacks.tools4j.config.internal.core.runtime.typesafe.impl;

import org.deephacks.tools4j.config.internal.core.runtime.typesafe.ConfigIncluder;
import org.deephacks.tools4j.config.internal.core.runtime.typesafe.ConfigIncluderClasspath;
import org.deephacks.tools4j.config.internal.core.runtime.typesafe.ConfigIncluderFile;
import org.deephacks.tools4j.config.internal.core.runtime.typesafe.ConfigIncluderURL;

interface FullIncluder extends ConfigIncluder, ConfigIncluderFile, ConfigIncluderURL,
            ConfigIncluderClasspath {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy