Extension

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Extension(val name: String)

Used to annotate extensions, giving them a name.

Author

xtrm

Since

0.1.0

Constructors

Link copied to clipboard
fun Extension(name: String)

Properties

Link copied to clipboard
val name: String

This extension's name.

Sources

Link copied to clipboard