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

bt.module.BtModuleProvider Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
package bt.module;

import com.google.inject.Module;

/**
 * Provides the support for auto-loading of modules.
 * Module providers are specified in META-INF/services/bt.module.BtModuleProvider file.
 *
 * @see java.util.ServiceLoader
 * @since 1.1
 */
public interface BtModuleProvider {

    /**
     * @since 1.1
     */
    Module module();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy