Interface AbstractAnnotationSuppressor.AnnotationWalkCallbacks

Enclosing class:
AbstractAnnotationSuppressor<A extends Node>

protected static interface AbstractAnnotationSuppressor.AnnotationWalkCallbacks
Callbacks for a walk over an annotation.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    processNode(Node annotationParam, @NonNull String stringValue)
    Process one parameter of the annotation being walked.
  • Method Details

    • processNode

      boolean processNode(Node annotationParam, @NonNull String stringValue)
      Process one parameter of the annotation being walked.
      Parameters:
      annotationParam - The node corresponding to the parameter
      stringValue - The string extracted from the node