suspend fun validateTemplateUsage(template: Template<*, *>)

Validates that a template can be used. Checks that the template is not abstract and not deprecated.

Parameters

template

the template to validate

Throws

if the template is abstract or deprecated