Hey guys, I've implemented a custom annotation to ...
# announcements
j
Hey guys, I've implemented a custom annotation to be used on functions but I haven't found anything that shown how can I process this annotations. My goal with this is use the annotation on the function as meta info to pre-run the functions before execute other parts of my code creating dynamic "callback". You guys can point out any part of Kotlin doc that cover this kind of stuff? By now I've found this part of the doc https://kotlinlang.org/docs/reference/annotations.html but I still don't get how can I process the annotation.