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