Class ErrorProneVersion
java.lang.Object
com.google.errorprone.ErrorProneVersion
The Error Prone version.
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.base.Optional
<String> Loads the Error Prone version.
-
Method Details
-
loadVersionFromPom
Loads the Error Prone version.This depends on the Maven build, and will always return
Optional.absent()
with other build systems.
-