Class SpringBootAnnotationConfigProvider

  • All Implemented Interfaces:
    org.ocpsoft.common.pattern.Specialized<Object>, org.ocpsoft.common.pattern.Weighted, ConfigurationProvider<ServletContext>

    public class SpringBootAnnotationConfigProvider
    extends org.ocpsoft.rewrite.servlet.config.HttpConfigurationProvider
    An HttpConfigurationProvider that scans classes in the classpath for Rewrite Annotations.

    Inspired by the AnnotationConfigProvider: Finds class' names and handles the rule evaluation via ClassVisitorImpl.

    See Also:
    AnnotationConfigProvider, WebClassesFinder