org.apache.aries.jpa.container.annotation.impl
Class AnnotationScannerFactory

java.lang.Object
  extended by org.apache.aries.jpa.container.annotation.impl.AnnotationScannerFactory

public class AnnotationScannerFactory
extends Object

Creates an AnnotationScanner on startup unless BundleWiring support is unavailable


Constructor Summary
AnnotationScannerFactory()
           
 
Method Summary
static AnnotationScanner getAnnotationScanner()
          Get the current AnnotationScanner, or null if none is available
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationScannerFactory

public AnnotationScannerFactory()
Method Detail

getAnnotationScanner

public static AnnotationScanner getAnnotationScanner()
Get the current AnnotationScanner, or null if none is available

Returns:


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.