JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.foreach.across.modules.entity.conditionals
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