io.rouz.flo.NamedTaskBuilder Maven / Gradle / Ivy
package io.rouz.flo;
/**
* 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