Alejandro Acuña
2024-11-19 72a8eee716de93344f977ab79be7d3bfeb341462
1
2
3
4
5
6
7
8
9
10
package art.servers.transactionsserver.configuration;
 
import com.fasterxml.jackson.annotation.JsonProperty;
 
 
public class ConfigurationVideoViewer
{
    @JsonProperty("Default recording path")
    public String defaultRecordingPath = "";
}