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

io.vertx.up.uca.di.ZERO Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
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