#189 Add docs to flytekit-java module #patch
Pull request opened by
narape
TL;DR
Add documentation for public classes in the flytekit-java
Type
☑︎ Documentation
☐ Bug Fix
☐ Feature
☐ Plugin
Are all requirements met?
☐ Code completed
☐ Smoke tested
☐ Unit tests added
☑︎ Code documentation added
☐ Any pending items have an associated Issue
Complete description
For public classes or interfaces:
• comment class and every public method or constant
• protected methods that are meant to be extended by users.
For package private classes or interfaces.
• Just comment add a class comment.
There are also some code modernization by using newer Java 11 API.
And finally SdkNode.getOuput("foo") was removed
Tracking Issue
NA
Follow-up issue
NA
flyteorg/flytekit-java
✅ All checks have passed
3/3 successful checks