Annotation Interface RuleComponentFactory
Annotation used to mark
ComponentExecutors used to execute rule components.
This annotation is used to pick up all executors available at runtime.
-
Optional Element Summary
Optional Elements
-
Element Details
-
component
com.codebarrel.automation.api.config.ComponentType component- Default:
ACTION
-
type
String[] typeThe type of the component (e.g. "commentIssue")- Default:
{""}
-