Reorganized project.
[javainspect.git] / src / main / java / eu / svjatoslav / inspector / java / methods / package-info.java
index 3897205..b18889c 100755 (executable)
@@ -12,7 +12,8 @@ package eu.svjatoslav.inspector.java.methods;
 /**
  * This package contains quickly hacked together Java language parser.
  * Goal is to start visualizing method call references and other things
- * which are not easily readable at runtime via reflection.
+ * which are not easily readable at runtime via reflection but are available
+ * when parsing java source code directly.
  * <p>
  * Work in progress...
  * <p>