Unsafe Method Advice
class UnsafeMethodAdvice
Universal method advice for unsafe runtime injections. Supports: - before/after dispatch - cancellable execution (skip original body) - return value override - argument mutation (via shared args array)
Functions
Link copied to clipboard
open fun onExit(@Advice.Origin method: Method, @Advice.This(optional = true