DEADSOFTWARE
GIT
/
REPO
/
FRED-BOY
Projects
/
cavedroid.git
/ blob
2d3046edf6583ad30d3f36fc888a5289e46aafca
[cavedroid.git]
/
1
package ru.fredboy.cavedroid.ksp.annotations.actions
2
3
@Target(AnnotationTarget.CLASS)
4
@Retention(AnnotationRetention.SOURCE)
5
annotation class PlaceBlockAction(val actionKey: String)