1 2 3 4 5 6
package moe.nea.ledger.config @Retention(AnnotationRetention.RUNTIME) @Target(AnnotationTarget.FIELD) annotation class UpdateUiMarker { }