Package imagingbook.core.plugin


package imagingbook.core.plugin
Used during the process of building ImageJ plugin projects (automatic generation of plugins.config files).
  • Class
    Description
    Annotation to specify the menu entry (name) of the associated plugin class.
    Annotation to specify the menu path (tree branch) of the associated plugin class or an entire plugin package.
    The main() method of this class creates the plugins.config file for a given plugins project, which is to be included in the associated JAR file.