Github user PBGraff commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/772#discussion_r162138049
--- Diff:
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/VertexProgram.java
---
@@ -219,13 +234,28 @@ public default void workerIterationEnd(final Memory
memory) {
* @param <V> The vertex program type
* @return the newly constructed vertex program
*/
+ @Deprecated
--- End diff --
Done in new commit. Will push with other changes.---
