Use javax.annotation.processing.Generated for Java 11 native client (#3637)

Before Java 9, the `Generated` annotation was part of JEE and in the
`javax.annotation` package. Starting with Java 9, it is now part
of the standard SDK, under the new `javax.annotation.processing`
package.

This change creates a custom Generated annotation template for the
native clientlib, since it is guaranteed to be run in Java 11+.
This commit is contained in:
Benjamin Douglas 2019-08-14 21:47:23 -07:00 committed by Esteban Gehring
parent c3535cf9ca
commit eb6ca9199b

View File

@ -0,0 +1 @@
{{^hideGenerationTimestamp}}@javax.annotation.processing.Generated(value = "{{generatorClass}}", date = "{{generatedDate}}"){{/hideGenerationTimestamp}}