br.com.objectos.lang.ClassesSingleton Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of objectos-lang Show documentation
Show all versions of objectos-lang Show documentation
A set of utilities for classes of the java.lang and the java.util packages.
The newest version!
package br.com.objectos.lang;
import br.com.objectos.annotations.Generated;
@Generated("br.com.objectos.multirelease.processor.SingletonProcessor")
final class ClassesSingleton {
static final Classes INSTANCE = ClassesJava11.INSTANCE;
private ClassesSingleton() {}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy