How can I find classes that annotated with Scala annotations? -
for example :
import scala.annotation.staticannotation class myannotation extends staticannotation @myannotation class a{ ............ }
the question how can scan classpath find classes annotated myannotaion
without using spring or org.reflections module?
Comments
Post a Comment