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 and Description |
|---|
DelegatedEJBScanner() |
| Modifier and Type | Method and 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.
|
public Class<? extends Annotation> getAnnotation()
public com.sun.faces.application.annotation.RuntimeAnnotationHandler scan(Class<?> clazz)
clazz - the class.Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.