Package com.foreach.across.condition
Annotation Interface ConditionalOnNotConfigurableServletContext
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Conditional(com.foreach.across.condition.OnConfigurableServletContext.class)
public @interface ConditionalOnNotConfigurableServletContext
Conditional
that only matches when the application context is not a web application, or
the ServletContext
is already fully initialized.- Since:
- 2.0.0
- Author:
- Arne Vandamme