PatchSlot

Marks the advice parameter ByteBuddy binds to the patch's registry slot, inlined as a constant beside PatchKey — so dispatch is an array index rather than a lookup on the key. Both are minted by the same install, which is what keeps them from ever naming different patches.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String