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

com.tobedevoured.command.DependencyManagable Maven / Gradle / Ivy

package com.tobedevoured.command;

public interface DependencyManagable {

    void init();
    
     T getInstance(Class clazz) throws CommandException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy