java.lang.Object
com.sun.faces.application.annotation.DelegatedResourceScanner
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass
<? extends Annotation> Delegate to the actual Resource scanner.com.sun.faces.application.annotation.RuntimeAnnotationHandler
Delegate to the actual EBJ scanner.
-
Constructor Details
-
DelegatedResourceScanner
public DelegatedResourceScanner()
-
-
Method Details
-
getAnnotation
Delegate to the actual Resource scanner.- Returns:
- the annotation.
-
scan
Delegate to the actual EBJ scanner.- Parameters:
clazz
- the class.- Returns:
- the runtime annotation handler.
-