hmci/src/main/groovy/biz/nellemann/hmci/pcm/SystemUtil.groovy

12 lines
154 B
Groovy

package biz.nellemann.hmci.pcm
import groovy.transform.ToString
@ToString
class SystemUtil {
UtilInfo utilInfo
List<UtilSample> utilSamples
}