org.jboss.jca.common.spi.annotations.repository
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationScannerFactory
public AnnotationScannerFactory()
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 © 2008 Red Hat Middleware LLC (http://www.jboss.com/)