Added attaching external annotations via module script.

This commit is contained in:
Evgeny Gerashchenko
2012-06-27 23:16:10 +04:00
parent 07234c7487
commit ef19700283
4 changed files with 30 additions and 0 deletions
+1
View File
@@ -25,4 +25,5 @@ public interface Module {
String getModuleName();
List<String> getSourceFiles();
List<String> getClasspathRoots();
List<String> getAnnotationsRoots();
}