1 package org.hibernate.test.usercollection;2 3 import java.util.List ;4 5 public interface IMyList extends List {6 7 }8