Class HashcodeAtmVisitor

    • Method Detail

      • defaultAction

        protected java.lang.Integer defaultAction​(AnnotatedTypeMirror type,
                                                  java.lang.Void v)
        Generates hashcode for type using the underlying type and the primary annotation. This method does not descend into component types (this occurs in the scan method)
        Overrides:
        defaultAction in class SimpleAnnotatedTypeScanner<java.lang.Integer,​java.lang.Void>
        Parameters:
        type - the type
        v - a visitor-specified parameter
        Returns:
        a visitor-specified result