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

net.yudichev.jiotty.common.inject.LifecycleComponent Maven / Gradle / Ivy

package net.yudichev.jiotty.common.inject;

import net.yudichev.jiotty.common.lang.HasName;

public interface LifecycleComponent extends HasName {
    void start();

    void stop();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy