Package net.sourceforge.pmd.reporting
Interface AbstractAnnotationSuppressor.AnnotationWalkCallbacks
-
- Enclosing class:
- AbstractAnnotationSuppressor<A extends Node>
protected static interface AbstractAnnotationSuppressor.AnnotationWalkCallbacksCallbacks for a walk over an annotation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanprocessNode(Node annotationParam, @NonNull String stringValue)Process one parameter of the annotation being walked.
-