io.github.kits.interfaces.Configuration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of whimthen-kits Show documentation
Show all versions of whimthen-kits Show documentation
Easy to use java tool library.
The newest version!
package io.github.kits.interfaces;
/**
* @project: kits
* @created: with IDEA
* @author: nzlong
* @date: 2019 01 22 14:56 | January. Tuesday
*/
public interface Configuration {
void config();
}