@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Documented @Conditional(value=OnPropertyPrefixCondition.class) public @interface ConditionalOnPropertyPrefix
Conditional that checks if there is al least one property with a specific prefix.public abstract String value
Copyright © 2019 The Holon Platform. All rights reserved.