Interface AbstractAnnotationSuppressor.AnnotationWalkCallbacks

  • Enclosing class:
    AbstractAnnotationSuppressor<A extends Node>

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

      • 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