Minified API

This commit is contained in:
Clisprail
2014-03-13 01:12:33 +01:00
parent 18e5b16508
commit ab56f1c536
37 changed files with 2586 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package org.rev317.accessors;
public interface Item {
public int getId();
}