Class JavacErrorDescriptionListener
java.lang.Object
com.google.errorprone.JavacErrorDescriptionListener
- All Implemented Interfaces:
DescriptionListener
Making our errors appear to the user and break their build.
- Author:
- alexeagle@google.com (Alex Eagle)
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.errorprone.DescriptionListener
DescriptionListener.Factory
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDescribed
(Description description) Reports a suggested modification to the code.
-
Method Details
-
onDescribed
Description copied from interface:DescriptionListener
Reports a suggested modification to the code.- Specified by:
onDescribed
in interfaceDescriptionListener
-