Class AnnotationScannerFactory
java.lang.Object
org.jboss.jca.common.spi.annotations.repository.AnnotationScannerFactory
The AnnotationScannerFactory which creates an annotation scanner instance
- Author:
- Jesper Pedersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AnnotationScannerGet the annotation scannerstatic voidRegister an annotation scanner
-
Constructor Details
-
AnnotationScannerFactory
public AnnotationScannerFactory()
-
-
Method Details
-
registerAnnotationScanner
Register an annotation scanner- Parameters:
scanner- The scanner
-
getAnnotationScanner
Get the annotation scanner- Returns:
- The scanner
-