Skip to content

xitrum-framework/sclannotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sclannotation: Scala annotation scanner

import sclannotation.Scanner
Scanner.

How it works?

Sclasner is used to get a list of all available .class files in classpath.

Because currently there's no easy way to read Scala annotations from .class files directly, the class loader of the current thread is used to load the class.

Scala annotations are then extracted from the loaded class.

Releases

No releases published

Packages

No packages published

Languages