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

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

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

java - Cannot secure connection using TLS -