package eu.mikroskeem.bytecodehackery; import java.util.List; public interface TestInterface { String a(); List b(); }