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

com.github.rmannibucau.resourcebundle.dev.Log Maven / Gradle / Ivy

The newest version!
package com.github.rmannibucau.resourcebundle.dev;

final class Log {
    private Log() {
        // no-op
    }

    // don't use loggers here
    static void info(final String value) {
        System.out.println(value);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy