/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package br.uff.ic.gems.peixeespadacliente.strategy.refactoring; import java.util.List; /** * * @author Gleiph */ public interface RefactoringSearcher { public List<String> getRefatorings(); }