Annotation Interface ConditionalOnAdminWeb


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