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

Popular posts from this blog

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - UML - How would you draw a try catch in a sequence diagram? -

c++ - No viable overloaded operator for references a map -