![JAR search and dependency download from the Maven repository](/logo.png)
org.andromda.cartridges.java.metafacades.JavaGlobals Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of andromda-java-cartridge Show documentation
Show all versions of andromda-java-cartridge Show documentation
Produces generic Java code, such as: value objects, enumerations, exceptions, interfaces, etc.
The newest version!
package org.andromda.cartridges.java.metafacades;
/**
* Stores Globals specific to the Java cartridge.
*
* @author Chad Brandon
*/
public class JavaGlobals
{
/**
* The property that stores the interface implementation name.
*/
static public final String INTERFACE_IMPLEMENTATION_NAME_PATTERN = "interfaceImplementationNamePattern";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy