8 lines
142 B
Kotlin
8 lines
142 B
Kotlin
|
|
package moe.nea.firmament.annotations
|
|
|
|
@Target(AnnotationTarget.FUNCTION)
|
|
@Retention(AnnotationRetention.SOURCE)
|
|
annotation class Subscribe
|
|
|