AggregateRootMetadata

data class AggregateRootMetadata(val name: String, val command: KSClassDeclaration, val state: KSClassDeclaration) : Named

Constructors

Link copied to clipboard
constructor(name: String, command: KSClassDeclaration, state: KSClassDeclaration)

Properties

Link copied to clipboard
val command: KSClassDeclaration
Link copied to clipboard
open override val name: String
Link copied to clipboard
val state: KSClassDeclaration
Link copied to clipboard