@Retention(value=RUNTIME) public @interface JIPipeDocumentation
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.
|
String |
name |
public abstract String name
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.