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 Summary
Constructors Constructor Description AnnotationScannerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AnnotationScannergetAnnotationScanner()Get the annotation scannerstatic voidregisterAnnotationScanner(AnnotationScanner scanner)Register an annotation scanner
-
-
-
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
-
-