public class AnnotatedTypeScanner extends Object
| Constructor and Description |
|---|
AnnotatedTypeScanner(boolean considerInterfaces,
Class<? extends Annotation>... annotationTypes)
Creates a new
AnnotatedTypeScanner for the given annotation types. |
AnnotatedTypeScanner(Class<? extends Annotation>... annotationTypes)
Creates a new
AnnotatedTypeScanner for the given annotation types. |
public AnnotatedTypeScanner(Class<? extends Annotation>... annotationTypes)
AnnotatedTypeScanner for the given annotation types.annotationTypes - the annotation types to scan for.public AnnotatedTypeScanner(boolean considerInterfaces,
Class<? extends Annotation>... annotationTypes)
AnnotatedTypeScanner for the given annotation types.considerInterfaces - whether to consider interfaces as well.annotationTypes - the annotations to scan for.Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.