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.Copyright © 2010–2024 JBoss by Red Hat. All rights reserved.