Azure Functions Java Worker 1.3.1-SNAPSHOT
pragnagopa
released this
14 Feb 22:59
·
87 commits
to master
since this release
Release Notes
- Allow custom annotation name() to override name defined in
com.microsoft.azure.functions.annotation.CustomBinding
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
@CustomBinding(direction = "in", name = "", type = "customBinding")
public @interface TestCustomBinding {
String index();
String path();
String name();
}