mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 03:38:03 +01:00
15 lines
778 B
XML
15 lines
778 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<constraint-mappings
|
|
xmlns="http://xmlns.jcp.org/xml/ns/validation/mapping"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/validation/mapping
|
|
http://xmlns.jcp.org/xml/ns/validation/mapping/validation-mapping-2.0.xsd"
|
|
version="2.0">
|
|
<constraint-definition annotation="jakarta.validation.constraints.NotEmpty">
|
|
<validated-by include-existing-validators="true">
|
|
<value>org.whispersystems.textsecuregcm.configuration.secrets.SecretStringList$ValidatorNotEmpty</value>
|
|
<value>org.whispersystems.textsecuregcm.configuration.secrets.SecretBytesList$ValidatorNotEmpty</value>
|
|
</validated-by>
|
|
</constraint-definition>
|
|
</constraint-mappings>
|