org.jboss.jca.common.spi.annotations.repository
Class AnnotationScannerFactory

java.lang.Object
  extended by org.jboss.jca.common.spi.annotations.repository.AnnotationScannerFactory

public class AnnotationScannerFactory
extends Object

The AnnotationScannerFactory which creates an annotation scanner instance

Author:
Jesper Pedersen

Constructor Summary
AnnotationScannerFactory()
           
 
Method Summary
static AnnotationScanner getAnnotationScanner()
          Get the annotation scanner
static void registerAnnotationScanner(AnnotationScanner scanner)
          Register an annotation scanner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationScannerFactory

public AnnotationScannerFactory()
Method Detail

registerAnnotationScanner

public static void registerAnnotationScanner(AnnotationScanner scanner)
Register an annotation scanner

Parameters:
scanner - The scanner

getAnnotationScanner

public static AnnotationScanner getAnnotationScanner()
Get the annotation scanner

Returns:
The scanner


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