1 package com.loribel.commons.abstraction; 2 3 import java.util.*; 4 5 public interface GB_HistoryList 6 extends 7 List, 8 GB_IdOwner 9 { 10 }