Package com.github.thought2code.mcp.annotated.reflect


package com.github.thought2code.mcp.annotated.reflect
  • Class
    Description
    This record represents the result of reflection invocation of Java method.
    This class implements the builder pattern for creating a new instance of InvocationResult.
    A cache class that stores metadata and annotations for Java methods.
    A utility class for performing reflection operations including instance creation and method invocation.
    A provider class for reflection operations using the Reflections library.