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

enkan.config.EnkanSystemFactory Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
package enkan.config;

import enkan.system.EnkanSystem;

/**
 * @author kawasima
 */
public interface EnkanSystemFactory {
    EnkanSystem create();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy