io.vertx.up.uca.di.ZERO Maven / Gradle / Ivy
package io.vertx.up.uca.di;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
interface Info {
String INFIX_NULL = "The system scanned null infix for key = {0} " +
"on the field \"{1}\" of {2}";
String INFIX_IMPL = "The hitted class {0} does not implement the interface" +
"of {1}";
}
interface Pool {
ConcurrentMap, DiPlugin> PLUGINS = new ConcurrentHashMap<>();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy