public class MetaAnnotationScanner
extends org.reflections.scanners.AbstractScanner
| Constructor and Description |
|---|
MetaAnnotationScanner(Class<? extends Annotation> annotationType) |
MetaAnnotationScanner(String metaAnnotationRegex) |
| Modifier and Type | Method and Description |
|---|---|
void |
scan(Object cls) |
public MetaAnnotationScanner(Class<? extends Annotation> annotationType)
public MetaAnnotationScanner(String metaAnnotationRegex)
public void scan(Object cls)
scan in class org.reflections.scanners.AbstractScannerCopyright © 2012-2016. All Rights Reserved.