blob: b4e35cd41761dcdd0eac72dc00686936c3692f46 [file] [log] [blame]
package org.eclipse.jem.internal.beaninfo.adapters;
/*******************************************************************************
* Copyright (c) 2001, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*
* $RCSfile: BeaninfoProperties.java,v $
* $Revision: 1.2 $ $Date: 2004/02/14 18:36:32 $
*/
/**
* Interface to NLS. Contains the keys used in the plugin.properties file.
*/
public interface BeaninfoProperties {
public static final String
INTROSPECTFAILED = "%INTROSPECT_FAILED_EXC_ Introspection failed on class \"{0}.\" msg=\"{1}.\""; //$NON-NLS-1$
}