org.jboss.jca.common.spi.annotations.repository
Interface AnnotationScanner


public interface AnnotationScanner

A AnnotationScanner.

Author:
Stefano Maestri

Method Summary
 AnnotationRepository scan(URL[] urls, ClassLoader cl)
          scan urls for annotation with given classloader
 

Method Detail

scan

AnnotationRepository scan(URL[] urls,
                          ClassLoader cl)
scan urls for annotation with given classloader

Parameters:
urls - the urls to be scanned
cl - classloader
Returns:
the repository of scanned annotations


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)