package com.rubn.xsdvalidator.service;

/**
 * @author rubn
 */
public interface ProcessStrategy {
    void execute();
}
