summaryrefslogtreecommitdiff
path: root/src/bind/LispBinding.kt
blob: 7af0e675b98db03c70c707efbb9adc10ea1b0bd4 (plain)
1
2
3
4
5
6
7
package moe.nea.lisp.bind

@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.FIELD, AnnotationTarget.FUNCTION)
annotation class LispBinding(
    val name: String,
)