Package-level declarations
Types
Link copied to clipboard
Interface for accessing and invoking Kotlin functions through reflection. Provides a type-safe way to invoke functions with proper error handling and integration with the Wow framework's naming conventions.
Link copied to clipboard
Simple implementation of FunctionAccessor that provides basic function invocation capabilities. This class automatically ensures the function is accessible during initialization, making it ready for reflection-based invocation.