org.aion.avm.NameStyle 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 org.aion.avm;
/**
* Specifies a naming convention or style.
*/
public enum NameStyle {
DOT_NAME, // Example: java.lang.Object
SLASH_NAME, // Example: java/lang/Object
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy