optionalAnnotationClasses

@OptionalExpectation-annotated annotation classes declared in this module. Such classes are not materialized to bytecode on JVM, but the Kotlin compiler stores their metadata in the module file on JVM, and loads it during compilation of dependent modules, to avoid reporting "unresolved reference" errors on usages.