Uses of Interface
net.sourceforge.pmd.reporting.AbstractAnnotationSuppressor.AnnotationWalkCallbacks
-
Packages that use AbstractAnnotationSuppressor.AnnotationWalkCallbacks Package Description net.sourceforge.pmd.reporting Logic about reporting: violations, suppression etc. -
-
Uses of AbstractAnnotationSuppressor.AnnotationWalkCallbacks in net.sourceforge.pmd.reporting
Methods in net.sourceforge.pmd.reporting with parameters of type AbstractAnnotationSuppressor.AnnotationWalkCallbacks Modifier and Type Method Description protected abstract booleanAbstractAnnotationSuppressor. walkAnnotation(A annotation, AbstractAnnotationSuppressor.AnnotationWalkCallbacks callbacks)Walk the individual suppression specifications of an annotation (usually strings within the annotation).
-