blob: 3060987b7507981fc8e20cfe352308affa8a55c3 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013, 2018 CEA LIST and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink(CEA LIST) - Initial API and implementation
*******************************************************************************/
package org.eclipse.ocl.examples.codegen;
import org.eclipse.jdt.annotation.NonNull;
public class CodeGenConstants
{
@SuppressWarnings("null")
public static final @NonNull String PLUGIN_ID = CodeGenConstants.class.getPackage().getName();
}