package de.hub.srcrepo.sstestdata.proxy.goal; import java.util.List; public class A { public void add(List<String> a) { } }