Class 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 Detail

      • JandexAnnotationProvider

        public JandexAnnotationProvider​(javax.servlet.ServletContext servletContext)
    • Method Detail

      • getAnnotatedClasses

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