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