@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Conditional(value=org.openl.spring.config.EnableCondition.class) public @interface ConditionalOnEnable
@ConditionalOnEnable({"feature.enabled", "feature.module.enabled"}) bean registration will be when the
following properties are defined:
feature.enabled=true
feature.module.enabled=true
public abstract String[] value
"true" values.Copyright © 2004–2022 OpenL Tablets. All rights reserved.