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

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

package dev.the_fireplace.annotateddi.api.entrypoints;

import com.google.inject.Injector;

public interface DIModInitializer {
    void onInitialize(Injector diContainer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy