Class AnnotationScannerFactory


  • public class AnnotationScannerFactory
    extends Object
    The AnnotationScannerFactory which creates an annotation scanner instance
    Author:
    Jesper Pedersen
    • 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