blob: a83fa7984b605a4f68e3dd841e815ffa1cf76dbe [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 29, 2004
*/
package org.eclipse.jst.j2ee.application.operations;
//TODO this should be deleted and the required properties added to the various models that need them
/**
* @author jlanuti
*/
public interface IAnnotationsDataModel {
/**
* type Boolean, default false
*/
public static final String USE_ANNOTATIONS = "IAnnotationsDataModel.useAnnotations"; //$NON-NLS-1$
}