GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/736
TINKERPOP-1791 Added GremlinDsl.AnonymousMethod annotation
https://issues.apache.org/jira/browse/TINKERPOP-1791
Allows the ability to bypass the type inference system and provides for
direct specification of the type parameters when generating anonymous methods.
Builds with `mvn clean install`
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1791
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/736.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #736
----
commit daa442cd7e100a7f48541cf17bc29b17c68cb5a5
Author: Stephen Mallette <[email protected]>
Date: 2017-10-20T12:58:52Z
TINKERPOP-1791 Added GremlinDsl.AnonymousMethod annotation
Allows the ability to bypass the type inference system and provides for
direct specification of the type parameters when generating anonymous methods.
----
---