/******************************************************************************* * Copyright 2005-2007, CHISEL Group, University of Victoria, Victoria, BC, Canada * and IBM Corporation. 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: * The Chisel Group, University of Victoria *******************************************************************************/ package net.sourceforge.tagsea.parsed.core.internal.resources; /** * Constants for parse problem markers and annotations. * @author Del Myers * */ public interface IProblemConstants { public static final String PROBLEM_MARKER = "net.sourceforge.tagsea.parse.problemMarker"; public static final String PROBLEM_ANNOTATION = "net.sourceforge.tagsea.parsed.problem"; public static final String ATTR_PROBLEM_SEVERITY = "problem.severity"; }