
com.github.rmannibucau.resourcebundle.dev.Log Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resource-bundle-dev Show documentation
Show all versions of resource-bundle-dev Show documentation
Simple Javaagent to change resource bundle values.
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