Annotating the Gradle API

Now that Gradle has been on Groovy 2.4 for a while, can we annotate the API’s accepting closures with @DelegatesTo and @ClosureParams?

Also, would be nice if when working with the Gradle API from Java somehow we could take advantage of Java 1.8 closures instead of anonymous Actions.