public class J7Generics { public static void main(String[] args) { GenericPocket<String> pocketNew = new GenericPocket<>(); } }