/******************************************************************************* * Copyright (c) 2008, 2009 Heiko Seeberger 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: * Heiko Seeberger - initial implementation *******************************************************************************/ package org.eclipse.equinox.weaving.internal.caching; /** * Constants for org.aspectj.osgi.service.caching". * * @author Heiko Seeberger */ public interface IBundleConstants { /** * The symbolic name for this bundle: "org.aspectj.osgi.service.caching". */ public static final String BUNDLE_SYMBOLIC_NAME = "org.eclipse.equinox.weaving.caching"; //$NON-NLS-1$ }