Annotation Interface ConditionalOnDefaultServletWebSecurity
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Conditional(org.springframework.boot.security.autoconfigure.web.servlet.DefaultServletWebSecurityCondition.class)
public @interface ConditionalOnDefaultServletWebSecurity
@Conditional that only matches when web security is available and
the user has not defined their own configuration.- Since:
- 4.1.2
- Author:
- Phillip Webb