diff --git a/plugins/javascript/ExamplePrintClassesPlugin.js b/plugins/javascript/ExamplePrintClassesPlugin.js index 824864fc..3bd8de73 100644 --- a/plugins/javascript/ExamplePrintClassesPlugin.js +++ b/plugins/javascript/ExamplePrintClassesPlugin.js @@ -2,6 +2,8 @@ /** ** An example BCV Javascript Plugin. ** This is used to display all of loaded classnodes that have been imported into BCV. + ** + ** @author [Your-Name-Goes-Here] **/ var PluginConsole = Java.type("the.bytecode.club.bytecodeviewer.api.PluginConsole");