All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.andromda.cartridges.java.metafacades.JavaGlobals Maven / Gradle / Ivy

Go to download

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