blob: 4dac57623cf3f4621a61447a598877eed4240a13 [file] [log] [blame]
package org.checkerframework.common.util.report;
import javax.annotation.processing.SupportedOptions;
import org.checkerframework.common.basetype.BaseTypeChecker;
/**
* The Report Checker for semantic searches.
*
* <p>See the qualifiers for documentation.
*
* <p>Options: reportTreeKinds: comma-separated list of Tree.Kinds that should be reported.
*/
@SupportedOptions({"reportTreeKinds", "reportModifiers"})
public class ReportChecker extends BaseTypeChecker {}