s.java.lang.Void Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javaee-rt Show documentation
Show all versions of javaee-rt Show documentation
An Execution Environment for Java SCOREs
package s.java.lang;
import i.ConstantToken;
import i.ShadowClassConstantId;
public final class Void extends Object{
public static final Class avm_TYPE = new Class(java.lang.Void.TYPE, new ConstantToken(ShadowClassConstantId.Void_avm_TYPE));
/*
* The Void class cannot be instantiated.
*/
private Void() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy