@Repeatable(value=ActiveIfs.class) @Target(value={FIELD,PARAMETER}) @Retention(value=RUNTIME) public @interface ActiveIf
Modifier and Type | Required Element and Description |
---|---|
String |
target |
String[] |
value |
Modifier and Type | Optional Element and Description |
---|---|
ActiveIf.EvaluationStrategy |
evaluationStrategy |
boolean |
negate
Should the condition deduced from the target comparison to the value(s) be compared to true or false.
|
public abstract boolean negate
Predicate
and this toggle
calling Predicate.negate()
.public abstract ActiveIf.EvaluationStrategy evaluationStrategy
1.0.3 - Copyright © 2018 Talend Component Kit Documentation