Package org.apereo.cas.util.spring.boot
Annotation Type ConditionalOnFeatureEnabled
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented @Conditional(CasFeatureEnabledCondition.class) public @interface ConditionalOnFeatureEnabledThis isConditionalOnFeatureEnabled.- Since:
- 6.5.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description org.apereo.cas.configuration.features.CasFeatureModule.FeatureCatalogfeatureFeature.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanenabledByDefaultIndicate if this feature should be enabled by default if not explicitly enabled.java.lang.StringmoduleModule identifier.
-