Annotation Type IjPluginName


Annotation to specify the menu entry (name) of the associated plugin class. Takes a String argument e.g.,
  @IjMenuEntry("My Grand Plugin")
 public class My_Plugin implements PlugIn {
   ...
 }
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description