Verify
Functions
Link copied to clipboard
Link copied to clipboard
fun verify(module: Module, extraTypes: List<KClass<*>> = emptyList(), injections: List<ParameterTypeInjection>? = null): Verification
Make a static verification about all declared classes constructors, to ensure they are all bound to an existing definition Throws MissingDefinitionException if any definition is missing