Annotation Interface ConditionalOnBootstrapUI


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Inherited public @interface ConditionalOnBootstrapUI
Helper conditional to verify that BootstrapUiModule is on the classpath and the module is active. Unlike most other conditionals, this conditional is inherited.
Since:
3.0.0
Author:
Arne Vandamme