JavaCompilerConfig

data class JavaCompilerConfig(val release: String? = null) : Precompiler.Configuration

Java Compiler Configuration

Configures the Java compiler as invoked through the embedded interface used by Elide.

Constructors

Link copied to clipboard
constructor(release: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val release: String? = null