@Retention(value=RUNTIME) @Repeatable(value=JIPipeDocumentationDescriptions.class) @Inherited public @interface JIPipeDocumentationDescription
JIPipeDocumentation
into multiple items.Modifier and Type | Optional Element and Description |
---|---|
String |
description |
Class<?> |
descriptionResourceClass
The class where descriptionResourceURL loads the description from.
|
String |
descriptionResourceURL
A resource URL that points to a markdown/html file within a JAR resource.
|
public abstract String description
public abstract String descriptionResourceURL
public abstract Class<?> descriptionResourceClass
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.