/******************************************************************************* * Copyright 2005-2006, CHISEL Group, University of Victoria, Victoria, BC, Canada. * 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.java; /** * Constants relating to java wayponts. * @author Del Myers */ public interface IJavaWaypointsConstants { public static final String JAVA_WAYPOINT = JavaTagsPlugin.PLUGIN_ID + ".javaWaypoint"; //$NON-NLS-1$ public static final String WAYPOINT_PROBLEM_MARKER = JavaTagsPlugin.PLUGIN_ID + ".parseProblem"; //$NON-NLS-1$ public static final String WAYPOINT_MARKER = JavaTagsPlugin.PLUGIN_ID + ".waypointmarker"; //$NON-NLS-1$ }