Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 530 Bytes

README.rst

File metadata and controls

18 lines (12 loc) · 530 Bytes

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.