/** * Copyright (c) 2008-2012 University of Illinois at Urbana-Champaign. * 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 */ /** * Follow the steps below to support a refactoring through Quick Assist: * <ol> * <li>Extend {@link RefactoringBasedStep}.</li> * <li>Instantiate the new class in {@link CompositeRefactoringsQuickAssistProcessor}</li> * </ol> */ package edu.illinois.compositerefactorings.steps;