source: xssim/trunk/src/test/rewolucja/task/JobListInterface.java @ 104

Revision 104, 169 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package test.rewolucja.task;
2
3import java.util.List;
4
5import test.rewolucja.GSSIMJobInterface;
6
7public interface JobListInterface extends List<GSSIMJobInterface<?>>{
8
9}
Note: See TracBrowser for help on using the repository browser.