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

main.kotlin.com.alexii.j2v8debugger.ScriptSourceProvider.kt Maven / Gradle / Ivy

package com.alexii.j2v8debugger

/** Redundant declaration of [ScriptSourceProvider] to ensure it exists on classpath at runtime */
public interface ScriptSourceProvider {
    public val allScriptIds: Collection

    public fun getSource(scriptId: String): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy