Annotation Interface ConditionalOnConfigurableServletContext


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Conditional(com.foreach.across.condition.OnConfigurableServletContext.class) public @interface ConditionalOnConfigurableServletContext
Conditional that only matches when the application context is a web application context and the ServletContext that it is a part of allows customization.
Since:
2.0.0
Author:
Arne Vandamme