Azure / Azure/azure-functions-java-library
Add type and direction infos in Annotation class
- Dominant language
- Java
- Stars
- 45
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
background issue https://github.com/Microsoft/azure-maven-plugins/issues/456
There used to be strong dependency between function maven plugin and function java library, and now we change to use java reflect to get attributes from annotation to reduce the dependency (PR https://github.com/Microsoft/azure-maven-plugins/pull/508).
However, we still need to store annotation type and direction infos in our enum class for we can't get them from annotations. So could you please add the infos in annotations of java library, like add an annotation? If so, all needed informations could comming from java library directly.
Besides, could you please update the [function.json scheme](http://json.schemastore.org/function)? Schema could be much helpful in local validation and users could verify and update their code according to schema as well
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.