We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa924f commit 49e3749Copy full SHA for 49e3749
lib/src/main/java/dev/openfeature/javasdk/EvaluationContext.java
@@ -11,6 +11,7 @@
11
import java.util.Map;
12
13
@ToString @EqualsAndHashCode
14
+@SuppressWarnings("PMD.BeanMembersShouldSerialize")
15
public class EvaluationContext {
16
@Setter @Getter private String targetingKey;
17
private final Map<String, Integer> integerAttributes;
0 commit comments