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

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