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

brooklyn.management.TaskAdaptable Maven / Gradle / Ivy

There is a newer version: 0.7.0-M1
Show newest version
package brooklyn.management;

/** marker interface for something which can be adapted to a task  */
public interface TaskAdaptable {
    Task asTask();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy