Class DelegatedEJBScanner
java.lang.Object
com.sun.faces.application.annotation.DelegatedEJBScanner
public class DelegatedEJBScanner extends Object
Scanner
implementation responsible for EJB annotations.
Note this will delegate down to the EJBScanner so we can fail gracefully when JavaEE is not available.
-
Constructor Summary
Constructors Constructor Description DelegatedEJBScanner()
-
Method Summary
Modifier and Type Method Description Class<? extends Annotation>
getAnnotation()
Delegate to the actual EJB scanner.com.sun.faces.application.annotation.RuntimeAnnotationHandler
scan(Class<?> clazz)
Delegate to the actual EBJ scanner.
-
Constructor Details
-
DelegatedEJBScanner
public DelegatedEJBScanner()
-
-
Method Details
-
getAnnotation
Delegate to the actual EJB scanner.- Returns:
- the annotation.
-
scan
Delegate to the actual EBJ scanner.- Parameters:
clazz
- the class.- Returns:
- the runtime annotation handler.
-