diff --git a/plugins/javascript/ExamplePrintClassesPlugin.js b/plugins/javascript/ExamplePrintClassesPlugin.js index 4731f175..824864fc 100644 --- a/plugins/javascript/ExamplePrintClassesPlugin.js +++ b/plugins/javascript/ExamplePrintClassesPlugin.js @@ -1,6 +1,8 @@ + /** - * This is an example plugin - */ + ** An example BCV Javascript Plugin. + ** This is used to display all of loaded classnodes that have been imported into BCV. + **/ var PluginConsole = Java.type("the.bytecode.club.bytecodeviewer.api.PluginConsole"); @@ -13,4 +15,4 @@ function execute(classNodeList) { } gui.setVisible(true); -} +} \ No newline at end of file