public class JandexAnnotationRepositoryImpl extends Object implements org.jboss.jca.common.spi.annotations.repository.AnnotationRepository
| Constructor and Description |
|---|
JandexAnnotationRepositoryImpl(org.jboss.jandex.Index backingRepository,
ClassLoader cl)
Create a new AnnotationRepositoryImpl using papaki backend
|
| Modifier and Type | Method and Description |
|---|---|
Collection<org.jboss.jca.common.spi.annotations.repository.Annotation> |
getAnnotation(Class<?> annotationClass) |
public JandexAnnotationRepositoryImpl(org.jboss.jandex.Index backingRepository,
ClassLoader cl)
throws IllegalArgumentException
backingRepository - the caking papaki repositorycl - classLoaderIllegalArgumentException - in case pas sed repository is nullpublic Collection<org.jboss.jca.common.spi.annotations.repository.Annotation> getAnnotation(Class<?> annotationClass)
getAnnotation in interface org.jboss.jca.common.spi.annotations.repository.AnnotationRepositoryCopyright © 2019 JBoss by Red Hat. All rights reserved.