package com.it_jaros.networkScanner; import java.util.List; public record ScanOptions(List targets, int openSocketLimit, int delayInMillis) {}