Module imagingbook.core
Package imagingbook.core.jdoc
package imagingbook.core.jdoc
Defines interfaces and annotations for adding direct JavaDoc help support to ImageJ plugins.
-
ClassDescriptionThis package-level annotation is used to specify a URL for automatic retrieval of JavaDoc information.Classes implementing this interface provide a URL that links to the associated JavaDoc page (returned by method
JavaDocHelp.getJavaDocUrl()
).