requireIfAnyPresent

fun requireIfAnyPresent(target: KProperty<*>, vararg refs: KProperty<*>): DomainBuilder(source)

Requires the target property to be present when any of the specified properties are present and this domain is active.