bmarwell opened a new pull request #90: URL: https://github.com/apache/openjpa/pull/90
Question: The annotation dependency is only necessary if compiled with Java9+, but this project cannot be compiled with Java9+ at the moment. I can remove it if you would like me to. Also, this is my first OpenJPA commit. Please review the code style. Logic: * If nothing is set, try to see if the annotation is on the classpath and we are on Java6+. * If `-Aopenjpa.addGeneratedAnnotation=false` is set, the annotation is never added. * If `-Aopenjpa.addGeneratedAnnotation=force` is set, the annotation is always added (regardless of classpath availability and/or Java version). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openjpa.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org