Class AnnotationScannerImpl
- java.lang.Object
-
- org.jboss.jca.common.annotations.repository.jandex.AnnotationScannerImpl
-
- All Implemented Interfaces:
AnnotationScanner
public class AnnotationScannerImpl extends Object implements AnnotationScanner
An AnnotationScannerImpl based on jandex.- Author:
- Jesper Pedersen
-
-
Constructor Summary
Constructors Constructor Description AnnotationScannerImpl()Create a new AnnotationScannerImpl with a jandex backend
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationRepositoryscan(URL[] urls, ClassLoader cl)
-
-
-
Method Detail
-
scan
public AnnotationRepository scan(URL[] urls, ClassLoader cl)
- Specified by:
scanin interfaceAnnotationScanner
-
-