package moe.nea.ledger.utils; import kotlin.annotation.AnnotationRetention; import kotlin.annotation.Retention; @Retention(AnnotationRetention.BINARY) public @interface NoSideEffects { }