Module imagingbook.core
Package imagingbook.core.plugin
package imagingbook.core.plugin
Used during the process of building ImageJ plugin projects
(automatic generation of
plugins.config
files).-
ClassDescriptionAnnotation 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 theplugins.config
file for a given plugins project, which is to be included in the associated JAR file.