Annotation Type Parameter
-
@Target(METHOD) @Retention(RUNTIME) @Inherited public @interface Parameter
Parameter annotation- Author:
- Annel Ketcha (Github: anludke)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringdescriptionStringkeybooleanoptionalWorkFlowParameterTypetype
-
-
-
Element Detail
-
key
String key
-
-
-
description
String description
-
-
-
type
WorkFlowParameterType type
-
-