Updated copyright info
[javainspect.git] / src / main / java / eu / svjatoslav / inspector / java / structure / 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.structure;
11
12 /**
13  * This package contains mostly code that inspects java application by traversing
14  * class references using reflection at runtime.
15  */
16