blob: a143c59a28210f3c401d55cc6cb922685b512975 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2003, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*
* Created on Mar 8, 2004
*
* To change the template for this generated file go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
package org.eclipse.jst.common.internal.annotations.registry;
import org.eclipse.osgi.util.NLS;
public class AnnotationsControllerResources extends NLS {
private static final String BUNDLE_NAME = "annotationcontroller";//$NON-NLS-1$
private AnnotationsControllerResources() {
// Do not instantiate
}
public static String TagSpec_3;
public static String TagSpec_4;
public static String TagSpec_5;
public static String TagSpec_6;
public static String TagAttribSpec_1;
public static String TagAttribSpec_2;
public static String AnnotationTagParser_0;
public static String AnnotationTagParser_1;
public static String AnnotationTagRegistry_0;
public static String AnnotationTagRegistry_9;
public static String AnnotationTagRegistry_10;
public static String AnnotationTagRegistry_11;
public static String AnnotationsControllerManager_ERROR_0;
public static String AnnotationTagRegistry_ERROR_1;
static {
NLS.initializeMessages(BUNDLE_NAME, AnnotationsControllerResources.class);
}
}