Removed half-baked java source code parser.
[javainspect.git] / usage examples / demo project / src / main / java / eu / svjatoslav / inspector / java / structure / example / RenderUsingReflection.java
index b528576..d471429 100755 (executable)
@@ -1,6 +1,6 @@
 /*
  * JavaInspect - Utility to visualize java software
- * Copyright (C) 2013-2017, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2013-2020, 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
@@ -15,6 +15,9 @@ import eu.svjatoslav.inspector.java.structure.example.torender.SampleClass2;
 
 public class RenderUsingReflection {
 
+    /**
+     * If you run this method using IDE, then example.svg file shall appear in project root directory.
+     */
     public static void main(final String[] args) {
 
         new ClassGraph().add(SampleClass.class, SampleClass2.class)