Annotation Type EnableWebExtension


  • @Retention(RUNTIME)
    @Target({TYPE,ANNOTATION_TYPE})
    @Documented
    @Inherited
    @Import(WebExtensionBeanDefinitionRegistrar.class)
    public @interface EnableWebExtension
    Enable annotation to extend the features of Spring Web
    Since:
    1.0.0
    Author:
    Mercy
    See Also:
    org.springframework.web.servlet.config.annotation.EnableWebMvc, org.springframework.web.reactive.config.EnableWebFlux