blob: c2dc1ce92d7833cbf84976af03fc287d7d468ab5 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 Oracle. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0, which accompanies this distribution
* and is available at https://www.eclipse.org/legal/epl-2.0/.
*
* Contributors:
* Oracle - initial API and implementation
******************************************************************************/
package org.eclipse.jpt.jpa.annotate;
import org.eclipse.osgi.util.NLS;
public class JptJpaAnnotateMessages
{
private static final String BUNDLE_NAME = "jpt_jpa_annotate"; //$NON-NLS-1$
private static final Class<?> BUNDLE_CLASS = JptJpaAnnotateMessages.class;
static {
NLS.initializeMessages(BUNDLE_NAME, BUNDLE_CLASS);
}
public static String ANNOTATE_JAVA_CLASS;
private JptJpaAnnotateMessages() {
throw new UnsupportedOperationException();
}
}