blob: c95a85623753f1e4fb18e30bd3ce033ce039e0ba [file] [log] [blame]
package com.intellij.structuralsearch.impl.matcher.handlers;
/**
* @author Eugene.Kudelevsky
*/
public interface DelegatingHandler {
MatchingHandler getDelegate();
}