Reorganized project.
[javainspect.git] / src / main / java / eu / svjatoslav / inspector / java / structure / package-info.java
diff --git a/src/main/java/eu/svjatoslav/inspector/java/structure/package-info.java b/src/main/java/eu/svjatoslav/inspector/java/structure/package-info.java
new file mode 100755 (executable)
index 0000000..eee827e
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * JavaInspect - Utility to visualize java software
+ * Copyright (C) 2013-2015, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * 
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 3 of the GNU Lesser General Public License
+ * or later as published by the Free Software Foundation.
+ */
+
+package eu.svjatoslav.inspector.java.structure;
+
+/**
+ * This package contains mostly code that inspects java application by traversing
+ * class references using reflection at runtime.
+ */
+