public static class BooleanConditionCollector extends Object
@if (MY_PROPERTY) {
...
}
will be evaluated to true if and only if a configuration property with the same name is set
to the value "true":
<set-configuration-property name="MY_PROPERTY" value="true" />
Copyright © 2018. All rights reserved.