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

com.silentgo.core.config.Config Maven / Gradle / Ivy

There is a newer version: 0.0.49
Show newest version
package com.silentgo.core.config;

/**
 * Project : silentgo
 * com.silentgo.core.config
 *
 * @author teddyzhu
 *         

* Created by on 16/7/18. */ public interface Config { default void initialBuild(SilentGoConfig config) { } default void afterInit(SilentGoConfig config) { } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy