While attempting to build on JDK 11 following the Compiling and testing guidelines, I encountered the error cannot find symbol: class Generated in package javax.annotation.
To resolve this issue, I needed to update the annotations from @javax.annotation.Generated to @javax.annotation.processing.Generated
We need to update our documentation/code to fix this issue.