Github user PBGraff commented on the issue:
https://github.com/apache/tinkerpop/pull/772
@spmallette I'm not sure I'll come back to this exactly. I was thinking
about it recently, actually, and I think just providing a `create()` which
calls `create(null)` in the VertexProgramBuilder would be useful for Java
users. This is a simpler change than making it varagrs and less likely to cause
breaking changes and probably covers 99+% of use cases.---
