3897205672ea79d1f083b529e71744939f926601
[javainspect.git] / src / main / java / eu / svjatoslav / inspector / java / methods / package-info.java
1 /*
2  * JavaInspect - Utility to visualize java software
3  * Copyright (C) 2013-2015, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
4  * 
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of version 3 of the GNU Lesser General Public License
7  * or later as published by the Free Software Foundation.
8  */
9
10 package eu.svjatoslav.inspector.java.methods;
11
12 /**
13  * This package contains quickly hacked together Java language parser.
14  * Goal is to start visualizing method call references and other things
15  * which are not easily readable at runtime via reflection.
16  * <p>
17  * Work in progress...
18  * <p>
19  * Currently in is useful just for detecting class names and packages.
20  */
21