blob: a72952b5c3d649e77e3de2a78ed60488767bf185 [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 v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* 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 {
}