io.rouz.task.dsl.NamedTaskBuilder Maven / Gradle / Ivy
package io.rouz.task.dsl;
import io.rouz.task.Task;
/**
* The initial part of the {@link TaskBuilder} api which only holds the task name.
* See {@link Task#named(String, Object...)}.
*/
public interface NamedTaskBuilder {
TaskBuilder ofType(Class type);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy