DEADSOFTWARE

2d3046edf6583ad30d3f36fc888a5289e46aafca
[cavedroid.git] / PlaceBlockAction.kt
1 package ru.fredboy.cavedroid.ksp.annotations.actions
3 @Target(AnnotationTarget.CLASS)
4 @Retention(AnnotationRetention.SOURCE)
5 annotation class PlaceBlockAction(val actionKey: String)