i want to make a annotation o na function that act...
# reflect
n
i want to make a annotation o na function that acts like
@Test
(it should let me find all top level functions annotated with it) can anyone give me a nudge in the right direction? it seems like i need to have a class of something to get the functions to then check if the annotation is present, is there any way to say .. give me all things with this annotation ?