Package com.chutneytesting.task.spi
Annotation Type SpelFunction
-
@Retention(RUNTIME) @Target(METHOD) public @interface SpelFunction
Put this annotation on static method of class register in META-INF/extension/chutney.functions Method will be available in SpEL expression, reference by value of annotation, or default to methodName
-
-
Element Detail
-
value
String value
- Default:
- ""
-
-