Package org.ossreviewtoolkit.plugins.api
Annotation OrtPluginOption
-
- All Implemented Interfaces:
@Target(allowedTargets = {AnnotationTarget.PROPERTY}) public @interface OrtPluginOption
An annotation to mark a property as an option for an ORT plugin. The annotation is only required to set a default value for the option.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdefaultValue
-