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

net.thevpc.echo.impl.NodeSupplierContext Maven / Gradle / Ivy

package net.thevpc.echo.impl;

import net.thevpc.echo.*;
import net.thevpc.echo.api.components.AppComponent;

public interface NodeSupplierContext {
    AppComponent getParent();

    Application getApplication();

//    BindingNodeFactory getFactory();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy