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

com.silentgo.core.config.AbstractConfig 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 teddyzhu on 16/9/22. */ public abstract class AbstractConfig { public abstract String name(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy