Class BugCheckerInfo

java.lang.Object
com.google.errorprone.BugCheckerInfo
All Implemented Interfaces:
Serializable

public class BugCheckerInfo extends Object implements Serializable
An accessor for information about a single bug checker, including the metadata in the check's @BugPattern annotation and the class that implements the check.
See Also: