![JAR search and dependency download from the Maven repository](/logo.png)
net.optionfactory.pebbel.Loader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pebbel Show documentation
Show all versions of pebbel Show documentation
An expression language designed for embedding in java projects
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