RootPath

@Target(allowedTargets = [AnnotationTarget.FILE])
annotation class RootPath(val config: String)(source)

A file annotation that can define a configuration for the value of net.democritus.scripting.context.ScopeContext.path at the root level of the script. This refers to the value of ctx.path.

Properties

Link copied to clipboard

The configuration the script should use for net.democritus.scripting.context.ScopeContext.path at the root level.