1 2 3 4 5 6
package com.it_jaros.jscanner; import java.util.List; public record Scan(List<String> hosts, String ports, ScanState state) { }