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

dev.the_fireplace.annotateddi.api.entrypoints.DIModuleCreator Maven / Gradle / Ivy

package dev.the_fireplace.annotateddi.api.entrypoints;

import com.google.inject.AbstractModule;

import java.util.Collection;

public interface DIModuleCreator {
    Collection getModules();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy