C final class

alpha

extends Annotation with StaticAnnotation

An annotation that defines an external name for a definition. If an alpha(extname) annotation is given for a method or some other definition, its implementation will use the name extname instead of the regular name. An alpha annotation is mandatory for definitions with symbolic names.

Supertypes

Annotation, StaticAnnotation

Constructors

alpha

( externalName: String )

Members

private val 

externalName

: String