blob: 41276bd3dfb3ec6e9c8b098f3520fc0718f4546c [file] [log] [blame]
/*************************************************************************************
* Copyright (c) 2011-2012 Red Hat, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Fred Bricon (Red Hat, Inc.) - initial API and implementation
************************************************************************************/
package org.eclipse.m2e.wtp.jaxrs.internal.configurators;
import org.eclipse.m2e.core.project.configurator.AbstractCustomizableLifecycleMapping;
/**
* JAX-RS Lifecycle Mapping
*
* @author Fred Bricon
*/
public class JaxRsLifecycleMapping extends AbstractCustomizableLifecycleMapping {
}