Interface IMethodSignature

    • Method Detail

      • hasParameters

        boolean hasParameters()
      • getSignature

        java.lang.String getSignature()
      • getErasedSignature

        java.lang.String getErasedSignature()
      • invalidateSignature

        void invalidateSignature()
        Invalidate any signature information. This is not guaranteed to be thread-safe, should only be called when a partially constructed method definition changes, e.g., by changing the return type or parameter types.