public class AnnotationDetectorScanner extends Object implements AnnotationScanner
An annotation scanner based on ASL Annotation Detector library.
| Constructor and Description | 
|---|
AnnotationDetectorScanner()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
scan(String basePackage,
    AnnotationProcessor... processors)
 Scan the given base package to detect any type asked by the specified  
processors. | 
public void scan(String basePackage, AnnotationProcessor... processors)
 Scan the given base package to detect any type asked by the specified processors.
 
scan in interface AnnotationScannerbasePackage - the base package to scanprocessors - the processors to get notified of type detected and match required annotationCopyright © 2012-2015. All Rights Reserved.