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 - Ebean enhancement ignores a model -

ubuntu - How to disable Kernel Module Signing in linux -

SQL php on different pages to Insert (mysqli) -