Package org.babyfish.jimmer.kt

Types

Link copied to clipboard
@DslMarker
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class DslScope
Link copied to clipboard
@JvmInline
value class ImmutableCreator<T : Any>

Functions

Link copied to clipboard
fun <T : Any> new(type: KClass<T>): ImmutableCreator<T>