1: package test; 2: 3: import java.util.List; 4: 5: public class UseInGenerics<T extends List> { 6: 7: }