JsFileName

Common
1.9
@Target([AnnotationTarget.FILE]) @ExperimentalJsFileName annotation class JsFileName
(source)
JS
1.9
@Target([AnnotationTarget.FILE]) annotation class JsFileName
(source)

Specifies the name of the compiled file produced from the annotated source file instead of the default one.

This annotation can be applied only to files and only when the compilation granularity is PER_FILE.

Constructors

Common
JS
1.0

<init>

Specifies the name of the compiled file produced from the annotated source file instead of the default one.

<init>(name: String)

Properties

Common
JS
1.0

name

val name: String