Class JandexAnnotationProvider

java.lang.Object
com.sun.faces.spi.AnnotationProvider
org.jboss.as.jsf.injection.JandexAnnotationProvider

public class JandexAnnotationProvider extends com.sun.faces.spi.AnnotationProvider
AnnotationProvider} implementation which provides the Jakarta Server Faces annotations which we parsed from from a Jandex index.
Author:
John Bailey, Stan Silvert ssilvert@redhat.com (C) 2012 Red Hat Inc.
  • Constructor Details

    • JandexAnnotationProvider

      public JandexAnnotationProvider(jakarta.servlet.ServletContext servletContext)
  • Method Details

    • getAnnotatedClasses

      public Map<Class<? extends Annotation>,Set<Class<?>>> getAnnotatedClasses(Set uris)
      Specified by:
      getAnnotatedClasses in class com.sun.faces.spi.AnnotationProvider