Class AnnotationRepositoryImpl

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

public class AnnotationRepositoryImpl extends Object implements 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