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

io.github.sinri.drydock.air.base.Flyable Maven / Gradle / Ivy

package io.github.sinri.drydock.air.base;

import io.github.sinri.drydock.common.CommonUnit;
import io.github.sinri.keel.facade.launcher.KeelLauncherAdapter;
import io.github.sinri.keel.verticles.KeelVerticle;

/**
 * @since 1.3.0 Technical Preview
 */
@Deprecated(since = "1.4.7")
public interface Flyable extends KeelVerticle, CommonUnit, KeelLauncherAdapter {
    default void land() {
        this.undeployMe();
    }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy