Class AnnotationScannerFactory

java.lang.Object
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 Details

    • AnnotationScannerFactory

      public AnnotationScannerFactory()
  • Method Details

    • 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