Interface | Description |
---|---|
Scanner |
Class | Description |
---|---|
AbstractScanner | |
FieldAnnotationsScanner | scans for field's annotations |
MemberUsageScanner | scans methods/constructors/fields usage |
MethodAnnotationsScanner | |
MethodParameterNamesScanner | scans methods/constructors and indexes parameter names |
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 |
TypesScanner | Deprecated |
Copyright © 2015. All rights reserved.