org.jboss.jca.common.annotations.repository.jandex
Class AnnotationScannerImpl

java.lang.Object
  extended by 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
AnnotationScannerImpl()
          Create a new AnnotationScannerImpl with a jandex backend
 
Method Summary
 org.jboss.jca.common.spi.annotations.repository.AnnotationRepository scan(URL[] urls, ClassLoader cl)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationScannerImpl

public AnnotationScannerImpl()
Create a new AnnotationScannerImpl with a jandex backend

Method Detail

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


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)