
io.aeon.refine.ZERO Maven / Gradle / Ivy
The newest version!
package io.aeon.refine;
/**
* @author Lang
*/
interface Info {
String ADDRESS_IN = "Vert.x zero has found {0} " +
"incoming address from the system. Incoming address list as below: ";
String ADDRESS_ITEM = " Addr : {0}";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy