Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class PrepareKeyInvocationHandler(metadata: PrepareKeyMetadata<*>, val delegate: PrepareKey<*>) : Decorator<PrepareKey<*>> , InvocationHandler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class PrepareKeyMetadataVisitor<P : Any>(prepareKeyType: KClass<P>) : ClassVisitor<P, PrepareKeyMetadata<P>>
Link copied to clipboard
interface PrepareKeyProxyFactory