kz.greetgo.conf.hot.ReadElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of greetgo.conf Show documentation
Show all versions of greetgo.conf Show documentation
Configuration library using in greetgo!
package kz.greetgo.conf.hot;
public interface ReadElement {
String fieldName();
Object fieldValue();
}