import de.plushnikov.intellij.plugin.processor.method.DelegateExperimentalMethodProcessor;
import de.plushnikov.intellij.plugin.processor.method.DelegateMethodProcessor;
public class DelombokDelegateAction extends BaseDelombokAction {
public DelombokDelegateAction() {
super(new BaseDelombokHandler(new DelegateFieldProcessor(), new DelegateExperimentalFieldProcessor(),
new DelegateMethodProcessor(), new DelegateExperimentalMethodProcessor()));
}