Class AnnotationRepositoryImpl

java.lang.Object
org.jboss.jca.common.annotations.repository.jandex.AnnotationRepositoryImpl
All Implemented Interfaces:
org.jboss.jca.common.spi.annotations.repository.AnnotationRepository

public class AnnotationRepositoryImpl extends Object implements org.jboss.jca.common.spi.annotations.repository.AnnotationRepository
An AnnotationRepositoryImpl.
Author:
Stefano Maestri, Jesper Pedersen
  • Constructor Details

    • AnnotationRepositoryImpl

      public AnnotationRepositoryImpl(org.jboss.jandex.Index backingRepository, ClassLoader cl)
      Create a new AnnotationRepositoryImpl using a Jandex backend
      Parameters:
      backingRepository - The repository
      cl - The class loader
  • Method Details

    • getAnnotation

      public Collection<org.jboss.jca.common.spi.annotations.repository.Annotation> getAnnotation(Class<?> annotationClass)
      Specified by:
      getAnnotation in interface org.jboss.jca.common.spi.annotations.repository.AnnotationRepository