程序包 com.github.codeboyzhou.mcp.declarative.reflect


package com.github.codeboyzhou.mcp.declarative.reflect
  • 说明
    This record represents the result of reflection invocation of Java method.
    This class implements the builder pattern for creating a new instance of InvocationResult.
    This class caches information about a Java method, including its name, declaring class, parameters, and annotations.