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 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:
      scan in interface org.jboss.jca.common.spi.annotations.repository.AnnotationScanner