Class DelegatedResourceScanner


  • public class DelegatedResourceScanner
    extends Object
    Scanner implementation responsible for link Resource annotations.

    Note this will delegate down to the ResourceScanner so we can fail gracefully when JavaEE is not available.

    • Constructor Detail

      • DelegatedResourceScanner

        public DelegatedResourceScanner()
    • Method Detail

      • getAnnotation

        public Class<? extends Annotation> getAnnotation()
        Delegate to the actual Resource scanner.
        Returns:
        the annotation.
      • scan

        public com.sun.faces.application.annotation.RuntimeAnnotationHandler scan​(Class<?> clazz)
        Delegate to the actual EBJ scanner.
        Parameters:
        clazz - the class.
        Returns:
        the runtime annotation handler.