Package org.reflections.scanners

Interface Summary
Scanner  
 

Class Summary
AbstractScanner  
FieldAnnotationsScanner scans for field's annotations
MethodAnnotationsScanner  
MethodParameterScanner scans methods/constructors and indexes parameters, return type and parameter annotations
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
 



Copyright © 2013. All Rights Reserved.