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

net.optionfactory.pebbel.Loader Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
package net.optionfactory.pebbel;

import net.optionfactory.pebbel.loading.Descriptors;
import net.optionfactory.pebbel.loading.Symbols;

public interface Loader {

    Descriptors descriptors(C1 context, FunctionsLoader fl);

    Symbols symbols(C2 context, FunctionsLoader fl);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy