public class AnnotationRepositoryImpl extends Object implements AnnotationRepository
Constructor and Description |
---|
AnnotationRepositoryImpl(org.jboss.jandex.Index backingRepository,
ClassLoader cl)
Create a new AnnotationRepositoryImpl using a Jandex backend
|
Modifier and Type | Method and Description |
---|---|
Collection<Annotation> |
getAnnotation(Class<?> annotationClass) |
public AnnotationRepositoryImpl(org.jboss.jandex.Index backingRepository, ClassLoader cl)
backingRepository
- The repositorycl
- The class loaderpublic Collection<Annotation> getAnnotation(Class<?> annotationClass)
getAnnotation
in interface AnnotationRepository
Copyright © 2021 JBoss by Red Hat. All rights reserved.