Package org.reflections.scanners

Interface Summary
Scanner  
 

Class Summary
AbstractScanner  
ConvertersScanner scans for methods that take one class as an argument and returns another class
FieldAnnotationsScanner scans for field's annotations
MethodAnnotationsScanner  
MethodParametersAnnotationsScanner  
ResourcesScanner collects all resources that are not classes in a collection
SubTypesScanner scans for superclass and interfaces of a class, allowing a reverse lookup for subtypes
TypeAnnotationsScanner scans for class's annotations, where @Retention(RetentionPolicy.RUNTIME)
TypeElementsScanner scans fields and methods and stores fqn as key and elements as values
TypesScanner scans classes and stores fqn as key and full path as value
 



Copyright © 2011. All Rights Reserved.