All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jfirer.jsql.analyse.template.execution.WithBodyExecution Maven / Gradle / Ivy

package com.jfirer.jsql.analyse.template.execution;

public interface WithBodyExecution extends Execution
{
    void setBody(Execution... executions);

    boolean isBodyNotSet();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy