001    package org.andromda.cartridges.java.metafacades;
002    
003    /**
004     * Stores Globals specific to the Java cartridge.
005     *
006     * @author Chad Brandon
007     */
008    public class JavaGlobals
009    {
010        /**
011         * The property that stores the interface implementation name.
012         */
013        static public final String INTERFACE_IMPLEMENTATION_NAME_PATTERN = "interfaceImplementationNamePattern";
014    }