package com.vt.vthacks.model; import java.util.List; public interface IAnnouncementList extends List<IAnnouncement> { }