Updated copyright info
[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-2020, 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 but are available
16  * when parsing java source code directly.
17  * <p>
18  * Work in progress...
19  * <p>
20  * Currently in is useful just for detecting class names and packages.
21  */
22