blob: b04b8d93b60613ea742da849ca94f1c54a1f97bb [file] [log] [blame]
package org.eclipse.emf.refactor.smells.interfaces;
public interface IHighlighting {
public void highlight(Object selection);
}