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.AnnotationRepository
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.