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