microsoft / durabletask-java

Java SDK for Durable Functions and the Durable Task Framework
MIT License
13 stars 7 forks source link

JavaDoc comments for DataConverter and DurableTaskClient #38

Closed cgillum closed 2 years ago

cgillum commented 2 years ago

This is the first round of JavaDoc comments for the SDK. It covers the DataConverter and DurableTaskClient classes.

This is my first project using JavaDoc and I tried to follow documented best practices, but let me know if anyone sees anything odd.

Related: https://github.com/microsoft/durabletask-java/issues/28