Have PMD quieten down about unserializable things which aren't marked as serializable.

This commit is contained in:
Justin Abrahms 2022-05-25 21:16:04 -07:00
parent aaa924f94c
commit 49e37496e5
No known key found for this signature in database
GPG Key ID: 599E2E12011DC474
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import java.util.HashMap;
import java.util.Map;
@ToString @EqualsAndHashCode
@SuppressWarnings("PMD.BeanMembersShouldSerialize")
public class EvaluationContext {
@Setter @Getter private String targetingKey;
private final Map<String, Integer> integerAttributes;